Merge "Change Linuxbridge to OVS in providernet setup"
This commit is contained in:
commit
2beb90af4d
Binary file not shown.
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 91 KiB |
@ -85,8 +85,9 @@ Create the provider network
|
|||||||
|
|
||||||
The ``--provider-physical-network provider`` and
|
The ``--provider-physical-network provider`` and
|
||||||
``--provider-network-type flat`` options connect the flat virtual network
|
``--provider-network-type flat`` options connect the flat virtual network
|
||||||
to the flat (native/untagged) physical network on the ``eth1`` interface
|
to the flat (native/untagged) physical network on the ``br0`` bridge, which
|
||||||
on the host using information from the following files:
|
can have a port which is connected to ``eth0`` on the host using information
|
||||||
|
from the following files:
|
||||||
|
|
||||||
``ml2_conf.ini``:
|
``ml2_conf.ini``:
|
||||||
|
|
||||||
@ -95,12 +96,12 @@ Create the provider network
|
|||||||
[ml2_type_flat]
|
[ml2_type_flat]
|
||||||
flat_networks = provider
|
flat_networks = provider
|
||||||
|
|
||||||
``linuxbridge_agent.ini``:
|
``ml2_conf.ini``:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[linux_bridge]
|
[ovs]
|
||||||
physical_interface_mappings = provider:eth1
|
bridge_mappings = provider:br0
|
||||||
|
|
||||||
#. Create a subnet on the network:
|
#. Create a subnet on the network:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user