Browse code

Merge "Fix tools upload_image.sh utility"

Jenkins authored on 2014/12/10 02:14:55
Showing 1 changed files
... ...
@@ -37,6 +37,7 @@ die_if_not_set $LINENO TOKEN "Keystone fail to get token"
37 37
 
38 38
 # Glance connection info.  Note the port must be specified.
39 39
 GLANCE_HOSTPORT=${GLANCE_HOSTPORT:-$GLANCE_HOST:9292}
40
+GLANCE_SERVICE_PROTOCOL=${GLANCE_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
40 41
 
41 42
 for IMAGE in "$*"; do
42 43
     upload_image $IMAGE $TOKEN