Remove useless --is-public option in glance command

The --is-public option is specific to v1 and useless here.

Change-Id: Ied6b41bfb4f68f4dca162dbefc78bed039450819
Close-Bug: #1507234
This commit is contained in:
France Berteloot 2015-11-13 15:40:12 +01:00
parent e135ca8442
commit 30114fa8d6

View File

@ -726,7 +726,7 @@ xlink:href="http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg
example of the Ubuntu Trusty image after the
<code>qemu-img</code> conversion, the command to upload the
VMDK disk should be something like:</para>
<screen><prompt>$</prompt> <userinput>glance image-create --name trusty-cloud --is-public False \
<screen><prompt>$</prompt> <userinput>glance image-create --name trusty-cloud \
--container-format bare --disk-format vmdk \
--property vmware_disktype="sparse" \
--property vmware_adaptertype="ide" &lt; \