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:
Scott Devoid 2013-09-18 15:05:56 -05:00
parent f269574cef
commit e110e6dad2

View File

@ -385,7 +385,7 @@ tenant_network_type = vlan
network_vlan_ranges = physnet2:100:110
[linux_bridge]
physical_interface_mappings: physnet2:eth1</programlisting></para>
physical_interface_mappings = physnet2:eth1</programlisting></para>
</section>
<section xml:id="under_the_hood_linuxbridge_scenario1">