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 87362e5 + 621704f commit 9c39cb6Copy full SHA for 9c39cb6
1 file changed
lib/cinder
@@ -313,7 +313,6 @@ function configure_cinder {
313
# Set the service port for a proxy to take the original
314
iniset $CINDER_CONF DEFAULT osapi_volume_listen_port $CINDER_SERVICE_PORT_INT
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
fi
318
319
if [ "$SYSLOG" != "False" ]; then
0 commit comments