Switch to newer cirros image in docs
0.3.0 of cirros is a bit old. Let's switch to what we test in our CI jobs which currently is 0.3.2 Change-Id: I999063dc0a86335b94376409ddd559e880c54bcc
This commit is contained in:
committed by
Davanum Srinivas (dims)
parent
b0a8593855
commit
6c2b8bc3c9
@@ -153,7 +153,7 @@ appropriate for your environment of course
|
||||
ADMIN_PASSWORD=123456
|
||||
RABBIT_PASSWORD=123456
|
||||
|
||||
IMAGE_URLS="http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-uec.tar.gz"
|
||||
IMAGE_URLS="http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-uec.tar.gz"
|
||||
EOF
|
||||
|
||||
# FORCE=yes ./stack.sh
|
||||
@@ -183,7 +183,7 @@ operation of Nova libvirt guests boot a tiny instance
|
||||
.. code-block:: bash
|
||||
|
||||
# . openrc admin admin
|
||||
# nova boot --image cirros-0.3.0-x86_64-uec --flavor m1.tiny cirros1
|
||||
# nova boot --image cirros-0.3.2-x86_64-uec --flavor m1.tiny cirros1
|
||||
|
||||
The host will be reporting NUMA topology, but there should only
|
||||
be a single NUMA cell this point.
|
||||
@@ -323,7 +323,7 @@ this condition
|
||||
.. code-block:: bash
|
||||
|
||||
# . openrc admin admin
|
||||
# nova boot --image cirros-0.3.0-x86_64-uec --flavor m1.tiny cirros1
|
||||
# nova boot --image cirros-0.3.2-x86_64-uec --flavor m1.tiny cirros1
|
||||
|
||||
Now look at the libvirt guest XML. It should show that the vCPUs are
|
||||
locked to pCPUs within a particular node.
|
||||
@@ -360,7 +360,7 @@ Now boot the guest using this new flavor
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# nova boot --image cirros-0.3.0-x86_64-uec --flavor m1.numa cirros2
|
||||
# nova boot --image cirros-0.3.2-x86_64-uec --flavor m1.numa cirros2
|
||||
|
||||
Looking at the resulting guest XML from libvirt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user