Merge "Use '--visibility' instead of '--is-public'"
This commit is contained in:
commit
fca5fa5d55
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user