Skip to content

Commit d7af484

Browse files
author
Jamie Lennox
committed
Use the service catalog when talking to cinder
The cinder endpoints should be correctly established in the service catalog. There is no reason to provide an overriding endpoint_template. Change-Id: I9b206fa22a8271a0fb65789d139ead35dfb1ea0d
1 parent 55c7ebb commit d7af484

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ function create_nova_conf {
458458
if is_ssl_enabled_service "cinder" || is_service_enabled tls-proxy; then
459459
CINDER_SERVICE_HOST=${CINDER_SERVICE_HOST:-$SERVICE_HOST}
460460
CINDER_SERVICE_PORT=${CINDER_SERVICE_PORT:-8776}
461-
iniset $NOVA_CONF cinder endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v1/%(project_id)s"
462461
iniset $NOVA_CONF cinder cafile $SSL_BUNDLE_FILE
463462
fi
464463
fi

0 commit comments

Comments
 (0)