Browse code

Merge "Stop setting osapi_volume_base_URL"

Jenkins authored on 2017/06/29 06:33:24
Showing 1 changed files
... ...
@@ -313,7 +313,6 @@ function configure_cinder {
313 313
         # Set the service port for a proxy to take the original
314 314
         iniset $CINDER_CONF DEFAULT osapi_volume_listen_port $CINDER_SERVICE_PORT_INT
315 315
         iniset $CINDER_CONF DEFAULT public_endpoint $CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT
316
-        iniset $CINDER_CONF DEFAULT osapi_volume_base_URL $CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT
317 316
     fi
318 317
 
319 318
     if [ "$SYSLOG" != "False" ]; then