diff --git a/doc/source/getting_started/jeos_building.rst b/doc/source/getting_started/jeos_building.rst index 80e47d0ad8..46579ff1ae 100644 --- a/doc/source/getting_started/jeos_building.rst +++ b/doc/source/getting_started/jeos_building.rst @@ -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