Merge "[Cloud Admin Guide] Fix net mismatch in OVS config example"

This commit is contained in:
Jenkins 2015-03-02 06:01:23 +00:00 committed by Gerrit Code Review
commit 04441bf6af

@ -347,7 +347,7 @@ bridge_mappings = physnet1:br-ex,physnet2:br-eth1</programlisting>
--provider:network_type vlan \
--provider:physical_network physnet2 \
--provider:segmentation_id 102</userinput>
<prompt>$</prompt> <userinput>neutron subnet-create --tenant-id $tenant --name net02_subnet01 net01 192.168.102.0/24</userinput>
<prompt>$</prompt> <userinput>neutron subnet-create --tenant-id $tenant --name net02_subnet01 net02 192.168.102.0/24</userinput>
<prompt>$</prompt> <userinput>neutron router-interface-add router02 net02_subnet01</userinput></screen></para>
<section xml:id="under_the_hood_openvswitch_scenario2_compute">
<title>Scenario 2: Compute host config</title>