Merge "Clarify ovs_neutron_plugin.ini in configuration section."

This commit is contained in:
Jenkins 2015-01-20 04:34:57 +00:00 committed by Gerrit Code Review
commit 49a5d96756

@ -467,6 +467,11 @@ network_vlan_ranges = physnet1,physnet2:100:110
[linux_bridge]
physical_interface_mappings = physnet2:eth1</programlisting>
<note>
<para>In this configuration there isn't a bridge mapping for <literal>physnet1</literal> as it is only needed on
the network host, which maps it to the Open vSwitch bridge <literal>br-ex</literal> connected to
the external network as seen below.</para>
</note>
</section>
<section xml:id="under_the_hood_linuxbridge_scenario1">
<title>Scenario 1: one tenant, two networks, one router</title>