diff --git a/tools/start b/tools/start index 2d8369463d..d9fa3f3f40 100755 --- a/tools/start +++ b/tools/start @@ -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