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:
parent
fa03ad1c9c
commit
781929333f
@ -102,5 +102,5 @@ public_interface=eth1</programlisting>
|
|||||||
controller:</para>
|
controller:</para>
|
||||||
<screen><prompt>#</prompt> <userinput>source openrc.sh</userinput></screen>
|
<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 \
|
<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>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user