Merge "Use -L flag in curl"

This commit is contained in:
Jenkins 2015-03-21 03:28:12 +00:00 committed by Gerrit Code Review
commit 0d9a53470d

View File

@ -55,7 +55,7 @@ docker-compose -f ./compose/horizon.yml up -d
IMAGE_URL=http://download.cirros-cloud.net/0.3.3/
IMAGE=cirros-0.3.3-x86_64-disk.img
if ! [ -f "$IMAGE" ]; then
curl -o ./$IMAGE $IMAGE_URL/$IMAGE
curl -L -o ./$IMAGE $IMAGE_URL/$IMAGE
fi
until keystone user-list | grep glance