Fixes typo missing n in nova-manage command

Change-Id: I5066a409aedec9ac52b033f2214f1be75b081bdd
This commit is contained in:
annegentle 2011-10-12 09:43:59 -05:00
parent 5c55815f9f
commit 9fedc9c1e7

@ -599,7 +599,7 @@ nova-manage network create <network-label> <project-network> <number-of
<literallayout class="monospaced">nova-manage db sync
nova-manage user admin dub
nova-manage project create dubproject dub
ova-manage network create novanet 192.168.0.0/24 1 256 </literallayout>
nova-manage network create novanet 192.168.0.0/24 1 256 </literallayout>
<para>For this example, the number of IPs is /24 since that falls inside the /16
range that was set in fixed-range in nova.conf. Currently, there can only be
one network, and this set up would use the max IPs available in a /24. You can