Merge "Remove hardcoded protocol from backup_swift_url"
This commit is contained in:
commit
2dab788c85
@ -258,7 +258,7 @@ function configure_cinder {
|
||||
fi
|
||||
|
||||
if is_service_enabled swift; then
|
||||
iniset $CINDER_CONF DEFAULT backup_swift_url "http://$SERVICE_HOST:8080/v1/AUTH_"
|
||||
iniset $CINDER_CONF DEFAULT backup_swift_url "$SWIFT_SERVICE_PROTOCOL://$SERVICE_HOST:8080/v1/AUTH_"
|
||||
fi
|
||||
|
||||
if is_service_enabled ceilometer; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user