We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 327afc9 + d7af484 commit 9955d4bCopy full SHA for 9955d4b
1 file changed
lib/nova
@@ -458,7 +458,6 @@ function create_nova_conf {
458
if is_ssl_enabled_service "cinder" || is_service_enabled tls-proxy; then
459
CINDER_SERVICE_HOST=${CINDER_SERVICE_HOST:-$SERVICE_HOST}
460
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"
462
iniset $NOVA_CONF cinder cafile $SSL_BUNDLE_FILE
463
fi
464
0 commit comments