Update the output of 'glance image-create' in the Installation Guide

Change-Id: I16418dabf66298a5e3917523b95b00fb234ac4bf
This commit is contained in:
Christian Berendt 2014-10-10 15:18:04 +02:00
parent 4662e6c1ee
commit 5d78f10c2c

View File

@ -36,12 +36,13 @@
<para>Upload the image to the Image Service:</para>
<screen><prompt>$</prompt> <userinput>glance image-create --name "cirros-0.3.3-x86_64" --file cirros-0.3.3-x86_64-disk.img \
--disk-format qcow2 --container-format bare --is-public True --progress</userinput>
<computeroutput>+------------------+--------------------------------------+
<computeroutput>[=============================>] 100%
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 64d7c1cd2b6f60c92c14662941cb7913 |
| checksum | 133eae9fb1c98f45894a4e60d8736619 |
| container_format | bare |
| created_at | 2014-04-08T18:59:18 |
| created_at | 2014-10-10T13:14:42 |
| deleted | False |
| deleted_at | None |
| disk_format | qcow2 |
@ -50,11 +51,12 @@
| min_disk | 0 |
| min_ram | 0 |
| name | cirros-0.3.3-x86_64 |
| owner | efa984b0a914450e9a47788ad330699d |
| owner | ea8c352d253443118041c9c8b8416040 |
| protected | False |
| size | 13167616 |
| size | 13200896 |
| status | active |
| updated_at | 2014-01-08T18:59:18 |
| updated_at | 2014-10-10T13:14:43 |
| virtual_size | None |
+------------------+--------------------------------------+</computeroutput></screen>
<para>For information about the parameters for the
<command>glance image-create</command> command, see <link
@ -80,7 +82,7 @@
<computeroutput>+--------------------------------------+---------------------+-------------+------------------+----------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+---------------------+-------------+------------------+----------+--------+
| acafc7c0-40aa-4026-9673-b879898e1fc2 | cirros-0.3.3-x86_64 | qcow2 | bare | 13167616 | active |
| acafc7c0-40aa-4026-9673-b879898e1fc2 | cirros-0.3.3-x86_64 | qcow2 | bare | 13200896 | active |
+--------------------------------------+---------------------+-------------+------------------+----------+--------+</computeroutput></screen>
</step>
<step>