Use the same cirros image ID everywhere
Update the ID of the cirros image in code examples for consistency. Also fix the image name where it wasn't updated (0.3.1 -> 0.3.2). Change-Id: I254cffb43652e0ed706cfe31c90a7148780a8630
This commit is contained in:
parent
63e9b4327d
commit
20ce172d50
@ -20,7 +20,7 @@
|
||||
</step>
|
||||
<step>
|
||||
<para>Download an image from the Image Service:</para>
|
||||
<screen><prompt>$</prompt> <userinput>glance image-download "CirrOS 0.3.2" > cirros.img</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>glance image-download "cirros-0.3.2-x86_64" > cirros.img</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Call the <literal>ceilometer meter-list</literal> command again to
|
||||
|
@ -66,7 +66,7 @@
|
||||
<computeroutput>+--------------------------------------+---------------------+--------+--------+
|
||||
| ID | Name | Status | Server |
|
||||
+--------------------------------------+---------------------+--------+--------+
|
||||
| e4d5edea-f07e-4faa-8390-b71e9b747267 | cirros-0.3.2-x86_64 | ACTIVE | |
|
||||
| acafc7c0-40aa-4026-9673-b879898e1fc2 | cirros-0.3.2-x86_64 | ACTIVE | |
|
||||
+--------------------------------------+---------------------+--------+--------+</computeroutput></screen>
|
||||
<para>Your first instance uses the
|
||||
<literal>cirros-0.3.2-x86_64</literal> image.</para>
|
||||
@ -123,7 +123,7 @@
|
||||
| flavor | m1.tiny (1) |
|
||||
| hostId | |
|
||||
| id | 05682b91-81a1-464c-8f40-8b3da7ee92c5 |
|
||||
| image | cirros-0.3.1-x86_64 (e4d5edea-f07e-4faa-8390-b71e9b747267) |
|
||||
| image | cirros-0.3.2-x86_64 (acafc7c0-40aa-4026-9673-b879898e1fc2) |
|
||||
| key_name | demo-key |
|
||||
| metadata | {} |
|
||||
| name | demo-instance1 |
|
||||
|
@ -66,7 +66,7 @@
|
||||
<computeroutput>+--------------------------------------+---------------------+--------+--------+
|
||||
| ID | Name | Status | Server |
|
||||
+--------------------------------------+---------------------+--------+--------+
|
||||
| e4d5edea-f07e-4faa-8390-b71e9b747267 | cirros-0.3.2-x86_64 | ACTIVE | |
|
||||
| acafc7c0-40aa-4026-9673-b879898e1fc2 | cirros-0.3.2-x86_64 | ACTIVE | |
|
||||
+--------------------------------------+---------------------+--------+--------+</computeroutput></screen>
|
||||
<para>Your first instance uses the
|
||||
<literal>cirros-0.3.2-x86_64</literal> image.</para>
|
||||
@ -128,7 +128,7 @@
|
||||
| flavor | m1.tiny (1) |
|
||||
| hostId | |
|
||||
| id | 45ea195c-c469-43eb-83db-1a663bbad2fc |
|
||||
| image | cirros-0.3.1-x86_64 (081dab35-690e-419b-8ce0-7fe232e5fec6) |
|
||||
| image | cirros-0.3.2-x86_64 (acafc7c0-40aa-4026-9673-b879898e1fc2) |
|
||||
| key_name | demo-key |
|
||||
| metadata | {} |
|
||||
| name | demo-instance1 |
|
||||
|
Loading…
Reference in New Issue
Block a user