Skip to content

Commit 621704f

Browse files
committed
Stop setting osapi_volume_base_URL
This option is a duplicate of public_endpoint for Cinder. Change-Id: I8aee1b9f93a09d2e92bde80c0e413e1540723bac Depends-On: I2a74af7906d14cbc49b8cf0a88c344ca30fcbd26
1 parent b2bfe56 commit 621704f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/cinder

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ function configure_cinder {
319319
# Set the service port for a proxy to take the original
320320
iniset $CINDER_CONF DEFAULT osapi_volume_listen_port $CINDER_SERVICE_PORT_INT
321321
iniset $CINDER_CONF DEFAULT public_endpoint $CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT
322-
iniset $CINDER_CONF DEFAULT osapi_volume_base_URL $CINDER_SERVICE_PROTOCOL://$CINDER_SERVICE_HOST:$CINDER_SERVICE_PORT
323322
fi
324323

325324
if [ "$SYSLOG" != "False" ]; then

0 commit comments

Comments
 (0)