Update image-show command

Change-Id: I4193a451bd767187579d9f68151556283fc1b0c5
This commit is contained in:
chenpengzi 2018-01-19 11:53:16 +08:00
parent 9967ea4dc7
commit 8907157dab

View File

@ -99,21 +99,27 @@ Rally was deployed for cluster using `ExistingCloud`_ type of deployment.
.. code-block:: console .. code-block:: console
$ nova image-show TestVM $ glance image-show d1c116f4-3c38-4aa6-8fa1-f7a28c4e72a6
+----------------------------+-------------------------------------------------+ +------------------+--------------------------------------+
| Property | Value | | Property | Value |
+----------------------------+-------------------------------------------------+ +------------------+--------------------------------------+
| OS-EXT-IMG-SIZE:size | 13167616 | | checksum | 053ad369d58aa98afb1d355aa16b0663 |
| created | 2014-08-21T11:18:49Z | | container_format | bare |
| id | 7a0d90cb-4372-40ef-b711-8f63b0ea9678 | | created_at | 2018-01-09T06:23:18Z |
| metadata murano_image_info | {"title": "Murano Demo", "type": "cirros.demo"} | | disk_format | qcow2 |
| minDisk | 0 | | id | d1c116f4-3c38-4aa6-8fa1-f7a28c4e72a6 |
| minRam | 64 | | min_disk | 0 |
| name | TestVM | | min_ram | 0 |
| progress | 100 | | name | TestVM |
| status | ACTIVE | | owner | 01cb845eee6449cea4381865a1270736 |
| updated | 2014-08-21T11:18:50Z | | protected | False |
+----------------------------+-------------------------------------------------+ | size | 5254208 |
| status | active |
| tags | [] |
| updated_at | 2018-01-09T06:23:18Z |
| virtual_size | None |
| visibility | public |
+------------------+--------------------------------------+
**Task configuration file (in JSON format):** **Task configuration file (in JSON format):**