From fb7f3e12fa86add995d30f099d186d6390b17217 Mon Sep 17 00:00:00 2001 From: JAEEU CHO Date: Tue, 28 Jan 2020 06:54:43 +0000 Subject: [PATCH] Wrong visibility flag in the glance image-create --public is a flag for openstack image create. Change-Id: Ic72835d6c7c18ac2d551c8d2600494b61a99af87 Closes-Bug: #1860298 --- doc/source/install/verify.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 554d5117f1..9dadf9cfc0 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -46,7 +46,7 @@ For information about how to manage images, see the $ glance image-create --name "cirros" \ --file cirros-0.4.0-x86_64-disk.img \ --disk-format qcow2 --container-format bare \ - --public + --visibility public +------------------+------------------------------------------------------+ | Field | Value |