diff --git a/tools/init-runonce b/tools/init-runonce
index 303669f15e8ebf329f22f768e221e63e196b6576..ffd6dd87ec218d03cb01df598525867378aa4cf4 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.