Merge "Updated to OpenStack CLI from Glance CLI"

This commit is contained in:
Jenkins 2016-01-21 04:34:50 +00:00 committed by Gerrit Code Review
commit 339a33a28c
1 changed files with 27 additions and 27 deletions

View File

@ -39,36 +39,36 @@ For information about how to manage images, see the
.. code-block:: console
$ glance image-create --name "cirros" \
$ openstack image create "cirros" \
--file cirros-0.3.4-x86_64-disk.img \
--disk-format qcow2 --container-format bare \
--visibility public --progress
[=============================>] 100%
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 133eae9fb1c98f45894a4e60d8736619 |
| container_format | bare |
| created_at | 2015-03-26T16:52:10Z |
| disk_format | qcow2 |
| id | 38047887-61a7-41ea-9b49-27987d5e8bb9 |
| min_disk | 0 |
| min_ram | 0 |
| name | cirros |
| owner | ae7a98326b9c455588edd2656d723b9d |
| protected | False |
| size | 13200896 |
| status | active |
| tags | [] |
| updated_at | 2015-03-26T16:52:10Z |
| virtual_size | None |
| visibility | public |
+------------------+--------------------------------------+
--public
+------------------+------------------------------------------------------+
| Property | Value |
+------------------+------------------------------------------------------+
| checksum | 133eae9fb1c98f45894a4e60d8736619 |
| container_format | bare |
| created_at | 2015-03-26T16:52:10Z |
| disk_format | qcow2 |
| file | /v2/images/cc5c6982-4910-471e-b864-1098015901b5/file |
| id | cc5c6982-4910-471e-b864-1098015901b5 |
| min_disk | 0 |
| min_ram | 0 |
| name | cirros |
| owner | ae7a98326b9c455588edd2656d723b9d |
| protected | False |
| schema | /v2/schemas/image |
| size | 13200896 |
| status | active |
| tags | |
| updated_at | 2015-03-26T16:52:10Z |
| virtual_size | None |
| visibility | public |
+------------------+------------------------------------------------------+
For information about the :command:`glance image-create` parameters,
For information about the :command:`openstack image create` parameters,
see `Image service command-line client
<http://docs.openstack.org/cli-reference/content/
glanceclient_commands.html#glanceclient_subcommand_image-create_v2>`__
<http://docs.openstack.org/cli-reference/openstack.html#openstack-image-create>`__
in the ``OpenStack Command-Line Interface Reference``.
For information about disk and container formats for images, see
@ -85,7 +85,7 @@ For information about how to manage images, see the
.. code-block:: console
$ glance image-list
$ openstack image list
+--------------------------------------+--------+
| ID | Name |
+--------------------------------------+--------+