Always use the right Glance endpoint

$GLANCE_URL will correctly be host/image if Glance runs under uwsgi,
which is now the default Devstack behavior, and otherwise the legacy
host:9292.

Change-Id: I2d8ff41a1a7826d6c81f8c6d29288f4e764668e0
This commit is contained in:
Jeremy Freudberg 2017-07-03 12:17:51 -04:00
parent cc013105f0
commit 4c9fbc0e6c
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ function configure_mixmatch {
iniset $MIXMATCH_CONF sp_default sp_name default
iniset $MIXMATCH_CONF sp_default auth_url "$KEYSTONE_AUTH_URI/v3"
iniset $MIXMATCH_CONF sp_default image_endpoint \
"$GLANCE_SERVICE_PROTOCOL://$GLANCE_HOSTPORT"
iniset $MIXMATCH_CONF sp_default image_endpoint $GLANCE_URL
iniset $MIXMATCH_CONF sp_default volume_endpoint \
"$CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT"