File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -451,12 +451,11 @@ function create_nova_conf {
451451 fi
452452
453453 if is_service_enabled cinder; then
454- iniset $NOVA_CONF DEFAULT volume_api_class "nova.volume.cinder.API"
455454 if is_ssl_enabled_service "cinder" || is_service_enabled tls-proxy; then
456455 CINDER_SERVICE_HOST=${CINDER_SERVICE_HOST:-$SERVICE_HOST}
457456 CINDER_SERVICE_PORT=${CINDER_SERVICE_PORT:-8776}
458- iniset $NOVA_CONF DEFAULT cinder_endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v1/%(project_id)s"
459- iniset $NOVA_CONF DEFAULT cinder_ca_certificates_file $SSL_BUNDLE_FILE
457+ iniset $NOVA_CONF cinder endpoint_template "https://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT/v1/%(project_id)s"
458+ iniset $NOVA_CONF cinder ca_certificates_file $SSL_BUNDLE_FILE
460459 fi
461460 fi
462461
You can’t perform that action at this time.
0 commit comments