Use '=' as separator in Linuxbridge configuration
- Replace ':' with '=' as key-value separator for physical_interface_mappings entry in the Linuxbridge configuration example file. - See comment by darragh-oreilly at https://ask.openstack.org/en/question/5125 Change-Id: I8ccd1bcc62f20ac82702c902c85efd62b3aa3344
This commit is contained in:
parent
f269574cef
commit
e110e6dad2
@ -385,7 +385,7 @@ tenant_network_type = vlan
|
|||||||
network_vlan_ranges = physnet2:100:110
|
network_vlan_ranges = physnet2:100:110
|
||||||
|
|
||||||
[linux_bridge]
|
[linux_bridge]
|
||||||
physical_interface_mappings: physnet2:eth1</programlisting></para>
|
physical_interface_mappings = physnet2:eth1</programlisting></para>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="under_the_hood_linuxbridge_scenario1">
|
<section xml:id="under_the_hood_linuxbridge_scenario1">
|
||||||
|
Loading…
Reference in New Issue
Block a user