Use nova network-create --bridge for FlatDHCP

Although it's not documented anywhere, the --bridge-interface option is
only used by the VLAN network manager, but this page explicitly
uses FlatDHCP, so the --bridge option is appropriate.

Change-Id: I2bb13ba53cdc09171f16862f6915687a07de2150
This commit is contained in:
Dustin J. Mitchell 2014-02-27 16:17:35 -05:00 committed by Dustin J. Mitchell
parent fa03ad1c9c
commit 781929333f

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>