|
...
|
...
|
@@ -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
|