Merge "Use nova network-create --bridge for FlatDHCP"

This commit is contained in:
Jenkins 2014-02-28 07:30:38 +00:00 committed by Gerrit Code Review
commit 82c5805695

View File

@ -102,5 +102,5 @@ public_interface=eth1</programlisting>
controller:</para>
<screen><prompt>#</prompt> <userinput>source openrc.sh</userinput></screen>
<screen><prompt>#</prompt> <userinput>nova network-create vmnet --fixed-range-v4=10.0.0.0/24 \
--bridge-interface=br100 --multi-host=T</userinput></screen>
--bridge=br100 --multi-host=T</userinput></screen>
</section>