Update cirros sample image to 0.3.4

Cirros-0.3.1 is old, use 0.3.4 instead.

Change-Id: I0e30d1dfe475abce3374580cdc128d81df361fdf
Closes-bug: #1485852
This commit is contained in:
kylin7-sg
2015-08-18 14:53:04 +08:00
parent 14ed51419d
commit 49ffcc47d2
2 changed files with 4 additions and 5 deletions

View File

@@ -837,10 +837,9 @@ notification_driver=messagingv2</programlisting>
. /root/openrc
wget https://launchpad.net/cirros/trunk/0.3.0/+download/ \
cirros-0.3.0-x86_64-disk.img
wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
glance image-create --name='cirros image' --is-public=true
--container-format=bare --disk-format=qcow2 &lt; cirros-0.3.0-x8
--container-format=bare --disk-format=qcow2 &lt; cirros-0.3.4-x8
6_64-disk.img</programlisting>
<para>By taking this script and rolling it into an alert for your

View File

@@ -42,9 +42,9 @@
<secondary>adding</secondary>
</indexterm> To add this image, simply do:</para>
<screen><prompt>$</prompt> <userinput>wget http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img</userinput>
<screen><prompt>$</prompt> <userinput>wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img</userinput>
<prompt>$</prompt> <userinput>glance image-create --name='cirros image' --is-public=true \
--container-format=bare --disk-format=qcow2 &lt; cirros-0.3.1-x86_64-disk.img</userinput></screen>
--container-format=bare --disk-format=qcow2 &lt; cirros-0.3.4-x86_64-disk.img</userinput></screen>
<para>The <code>glance image-create</code> command provides a large set
of options for working with your image. For example, the