diff --git a/tools/init-runonce b/tools/init-runonce index 303669f15e..ffd6dd87ec 100755 --- a/tools/init-runonce +++ b/tools/init-runonce @@ -42,7 +42,7 @@ if ! [ -f "$IMAGE" ]; then curl -L -o ./$IMAGE $IMAGE_URL/$IMAGE fi echo Creating glance image. -glance image-create --name cirros --progress --disk-format qcow2 --container-format bare --progress --file ./$IMAGE +glance image-create --name cirros --progress --disk-format qcow2 --container-format bare --visibility public --progress --file ./$IMAGE if [[ "${NETWORK_MANAGER}" == "nova" ]] ; then echo Configuring nova networking.