Merge "Docs: glance image-create returns an error issue"
This commit is contained in:
commit
a3838009d3
@ -73,33 +73,39 @@ server is an instance where NFS shares are served.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ glance image-create \
|
$ curl https://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2 | \
|
||||||
--copy-from http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2 \
|
glance image-create \
|
||||||
--name "manila-service-image" \
|
--name "manila-service-image" \
|
||||||
--disk-format qcow2 \
|
--disk-format qcow2 \
|
||||||
--container-format bare \
|
--container-format bare \
|
||||||
--visibility public --progress
|
--visibility public --progress
|
||||||
[=============================>] 100%
|
% Total % Received % Xferd Average Speed Time Time Time Current
|
||||||
+------------------+--------------------------------------+
|
Dload Upload Total Spent Left Speed
|
||||||
| Property | Value |
|
100 3008k 100 3008k 0 0 1042k 0 0:00:02 0:00:02 --:--:-- 1041k
|
||||||
+------------------+--------------------------------------+
|
+------------------+----------------------------------------------------------------------------------+
|
||||||
| checksum | 48a08e746cf0986e2bc32040a9183445 |
|
| Property | Value |
|
||||||
| container_format | bare |
|
+------------------+----------------------------------------------------------------------------------+
|
||||||
| created_at | 2016-01-26T19:52:24Z |
|
| checksum | 48a08e746cf0986e2bc32040a9183445 |
|
||||||
| disk_format | qcow2 |
|
| container_format | bare |
|
||||||
| id | 1fc7f29e-8fe6-44ef-9c3c-15217e83997c |
|
| created_at | 2016-01-26T19:52:24Z |
|
||||||
| min_disk | 0 |
|
| direct_url | rbd://3c3a4cbc-7331-4fc1-8cbb-79213b9cebff/images/ff97deff-b184-47f8-827c- |
|
||||||
| min_ram | 0 |
|
| | 16c349c82720/snap |
|
||||||
| name | manila-service-image |
|
| disk_format | qcow2 |
|
||||||
| owner | e2c965830ecc4162a002bf16ddc91ab7 |
|
| id | 1fc7f29e-8fe6-44ef-9c3c-15217e83997c |
|
||||||
| protected | False |
|
| locations | [{"url": "rbd://3c3a4cbc-7331-4fc1-8cbb-79213b9cebff/images/ff97deff-b184-47f8 |
|
||||||
| size | 306577408 |
|
| | -827c-16c349c82720/snap", "metadata": {}}] |
|
||||||
| status | active |
|
| min_disk | 0 |
|
||||||
| tags | [] |
|
| min_ram | 0 |
|
||||||
| updated_at | 2016-01-26T19:52:28Z |
|
| name | manila-service-image |
|
||||||
| virtual_size | None |
|
| owner | e2c965830ecc4162a002bf16ddc91ab7 |
|
||||||
| visibility | public |
|
| protected | False |
|
||||||
+------------------+--------------------------------------+
|
| size | 306577408 |
|
||||||
|
| status | active |
|
||||||
|
| tags | [] |
|
||||||
|
| updated_at | 2016-01-26T19:52:28Z |
|
||||||
|
| virtual_size | None |
|
||||||
|
| visibility | public |
|
||||||
|
+------------------+----------------------------------------------------------------------------------+
|
||||||
|
|
||||||
#. List available networks in order to get id and subnets of the private
|
#. List available networks in order to get id and subnets of the private
|
||||||
network:
|
network:
|
||||||
|
Loading…
Reference in New Issue
Block a user