Browse code

Merge "Cleanup nova-cinder nova.conf section"

Jenkins authored on 2014/09/28 05:28:22
Showing 1 changed files
... ...
@@ -451,12 +451,11 @@ function create_nova_conf {
451 451
     fi
452 452
 
453 453
     if is_service_enabled cinder; then
454
-        iniset $NOVA_CONF DEFAULT volume_api_class "nova.volume.cinder.API"
455 454
         if is_ssl_enabled_service "cinder" || is_service_enabled tls-proxy; then
456 455
             CINDER_SERVICE_HOST=${CINDER_SERVICE_HOST:-$SERVICE_HOST}
457 456
             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
460 459
         fi
461 460
     fi
462 461