Merge "Modifies example command for nova network-create"

This commit is contained in:
Jenkins
2014-09-09 03:26:20 +00:00
committed by Gerrit Code Review

View File

@@ -160,7 +160,7 @@
</note>
<para>For flat and flat DHCP modes, use the following command to create a network:</para>
<screen><prompt>$</prompt> <userinput>nova network-create vmnet \
--fixed-range-v4=10.0.0.0/24 --fixed-cidr=10.20.0.0/16 --bridge=br100</userinput></screen>
--fixed-range-v4=10.0.0.0/16 --fixed-cidr=10.0.20.0/24 --bridge=br100</userinput></screen>
<para>Where:</para>
<itemizedlist>
<listitem>