Merge "Fix tools upload_image.sh utility"

This commit is contained in:
Jenkins 2014-12-09 17:14:55 +00:00 committed by Gerrit Code Review
commit e7c144649a

View File

@ -37,6 +37,7 @@ die_if_not_set $LINENO TOKEN "Keystone fail to get token"
# Glance connection info. Note the port must be specified.
GLANCE_HOSTPORT=${GLANCE_HOSTPORT:-$GLANCE_HOST:9292}
GLANCE_SERVICE_PROTOCOL=${GLANCE_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
for IMAGE in "$*"; do
upload_image $IMAGE $TOKEN