Skip to content

Commit b43810a

Browse files
committed
Glance should not reference Cinder v1
Cinder v1 was removed over a year ago. Change the cinder template URLs devstack defines in the glance-api.conf to use cinder v3 instead. Change-Id: I4a68dc0b53631be0708e7411c37619dd6dfd4fa6
1 parent f3302dc commit b43810a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/glance

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ function configure_glance {
236236
CINDER_SERVICE_HOST=${CINDER_SERVICE_HOST:-$SERVICE_HOST}
237237
CINDER_SERVICE_PORT=${CINDER_SERVICE_PORT:-8776}
238238

239-
iniset $GLANCE_API_CONF DEFAULT cinder_endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v1/%(project_id)s"
240-
iniset $GLANCE_CACHE_CONF DEFAULT cinder_endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v1/%(project_id)s"
239+
iniset $GLANCE_API_CONF DEFAULT cinder_endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v3/%(project_id)s"
240+
iniset $GLANCE_CACHE_CONF DEFAULT cinder_endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v3/%(project_id)s"
241241
fi
242242

243243
if [[ "$WSGI_MODE" == "uwsgi" ]]; then

0 commit comments

Comments
 (0)