Change Linuxbridge to OVS in providernet setup

Change-Id: I72a56e45a1dcde785a3a5ecfbfe38936a7d74408
This commit is contained in:
elajkat 2023-09-11 14:09:24 +02:00
parent 4abe38f673
commit 3955d837b5
2 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -85,8 +85,9 @@ Create the provider network
The ``--provider-physical-network provider`` and
``--provider-network-type flat`` options connect the flat virtual network
to the flat (native/untagged) physical network on the ``eth1`` interface
on the host using information from the following files:
to the flat (native/untagged) physical network on the ``br0`` bridge, which
can have a port which is connected to ``eth0`` on the host using information
from the following files:
``ml2_conf.ini``:
@ -95,12 +96,12 @@ Create the provider network
[ml2_type_flat]
flat_networks = provider
``linuxbridge_agent.ini``:
``ml2_conf.ini``:
.. code-block:: ini
[linux_bridge]
physical_interface_mappings = provider:eth1
[ovs]
bridge_mappings = provider:br0
#. Create a subnet on the network: