Skip to content
Snippets Groups Projects
Commit 50897ef2 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update cirros image visibility in init-runonce"

parents 936f325d 40a0cb9e
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ if ! [ -f "$IMAGE" ]; then ...@@ -42,7 +42,7 @@ if ! [ -f "$IMAGE" ]; then
curl -L -o ./$IMAGE $IMAGE_URL/$IMAGE curl -L -o ./$IMAGE $IMAGE_URL/$IMAGE
fi fi
echo Creating glance image. 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 if [[ "${NETWORK_MANAGER}" == "nova" ]] ; then
echo Configuring nova networking. echo Configuring nova networking.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment