Merge "Update cirros image visibility in init-runonce"
This commit is contained in:
commit
50897ef224
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user