Codebase list glance / fb7f3e1
Wrong visibility flag in the glance image-create --public is a flag for openstack image create. Change-Id: Ic72835d6c7c18ac2d551c8d2600494b61a99af87 Closes-Bug: #1860298 JAEEU CHO 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4545 $ glance image-create --name "cirros" \
4646 --file cirros-0.4.0-x86_64-disk.img \
4747 --disk-format qcow2 --container-format bare \
48 --public
48 --visibility public
4949
5050 +------------------+------------------------------------------------------+
5151 | Field | Value |