Merge "Remove hardcoded protocol from backup_swift_url"

This commit is contained in:
Jenkins 2014-11-19 05:28:18 +00:00 committed by Gerrit Code Review
commit 2dab788c85

View File

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