Fixes network label requirement in post-install config
Change-Id: I0dd57ad1541c261ac7aff877dd75c2aaff9e6245
This commit is contained in:
parent
46dd82309e
commit
0e3a895bc8
@ -605,12 +605,12 @@ chmod 640 /etc/nova/nova.conf</literallayout>
|
||||
<literallayout class="monospaced">/usr/bin/nova-manage db sync
|
||||
/usr/bin/nova-manage user admin <user_name>
|
||||
/usr/bin/nova-manage project create <project_name> <user_name>
|
||||
/usr/bin/nova-manage network create <project-network> <number-of-networks-in-project> <addresses-in-each-network></literallayout></para>
|
||||
/usr/bin/nova-manage network create <network-label> <project-network> <number-of-networks-in-project> <addresses-in-each-network></literallayout></para>
|
||||
<para>Here is an example of what this looks like with real values entered: </para>
|
||||
<literallayout class="monospaced">/usr/bin/nova-manage db sync
|
||||
/usr/bin/nova-manage user admin dub
|
||||
/usr/bin/nova-manage project create dubproject dub
|
||||
/usr/bin/nova-manage network create 192.168.0.0/24 1 256 </literallayout>
|
||||
/usr/bin/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
|
||||
|
Loading…
Reference in New Issue
Block a user