Merge "Use '--visibility' instead of '--is-public'"

This commit is contained in:
Jenkins 2016-05-09 12:02:16 +00:00 committed by Gerrit Code Review
commit fca5fa5d55
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ To create a heat-cfntools enabled image with the current release of Fedora x86_6
The image may then be pushed to glance, e.g::
source ~/.openstack/keystonerc
glance image-create --name fedora-heat-cfntools --is-public true --disk-format qcow2 --container-format bare < fedora-heat-cfntools.qcow2
glance image-create --name fedora-heat-cfntools --visibility public --disk-format qcow2 --container-format bare < fedora-heat-cfntools.qcow2
To create a heat-cfntools enabled image with the current release of Ubuntu i386::
@ -81,4 +81,4 @@ you can follow the steps bellow to build a fedora based image::
The image may then be pushed to glance, e.g::
source ~/.openstack/keystonerc
glance image-create --name=fedora-software-config --is-public=true --disk-format=qcow2 --container-format=bare < fedora-software-config.qcow2
glance image-create --name=fedora-software-config --visibility public --disk-format=qcow2 --container-format=bare < fedora-software-config.qcow2