Wrong visibility flag in the glance image-create

--public is a flag for openstack image create.

Change-Id: Ic72835d6c7c18ac2d551c8d2600494b61a99af87
Closes-Bug: #1860298
This commit is contained in:
JAEEU CHO 2020-01-28 06:54:43 +00:00
parent 8c2bc60820
commit fb7f3e12fa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ For information about how to manage images, see the
$ glance image-create --name "cirros" \ $ glance image-create --name "cirros" \
--file cirros-0.4.0-x86_64-disk.img \ --file cirros-0.4.0-x86_64-disk.img \
--disk-format qcow2 --container-format bare \ --disk-format qcow2 --container-format bare \
--public --visibility public
+------------------+------------------------------------------------------+ +------------------+------------------------------------------------------+
| Field | Value | | Field | Value |