Centos7.8 install openstack mitaka version, control the node to install mirror service glance, the mirror contains problems

Asked by 陶宛得

Centos7.8 install openstack mitaka version, control the node to install mirror service glance, the mirror contains problems
According to the official documentation https://docs.openstack.org/mitaka/install-guide-rdo/glance-verify.html operations, Step 3 Upload the image to the image service using the QCOW2 disk format, bare container format, and public visibility so all projects can access it:
I execute the following command
Openstack image create "cirros" \
- the file cirros 0.3.4 - x86_64 - disk. Img \
--disk-format qcow2 --container-format bare \
- public
The size of the image in the output is zero. How should I check this problem
+------------------+------------------------------------------------------+
| Field | Value |
+------------------+------------------------------------------------------+
| checksum | d41d8cd98f00b204e9800998ecf8427e |
| container_format | bare |
| created_at | 2020-05-23t12:15:54 Z |
| disk_format | qcow2 |
| file | /v2/images/1e0cf99e-c292-43e1-a09b-643638c26b7c/file |
| id | 1e0cf99e-c292-43e1-a09b-643638c26b7c |
| min_disk | 0 |
| min_ram | 0 |
| name | cirros |
516 db08cef094fafb018a96485cea37c | owner | |
| protected | False |
| schema | /v2/schemas/image |
| size | 0 |
| status | active |
| tags | |
| updated_at | 2020-05-23t12:15:54 Z |
| virtual_size | None |
| visibility | public |
+------------------+------------------------------------------------------+

Question information

Language:
English Edit question
Status:
Expired
For:
Glance Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.