Merge "Enable Swift Account Management"

This commit is contained in:
Jenkins 2016-06-15 12:48:09 +00:00 committed by Gerrit Code Review
commit 5fc597289b
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ function configure_swift {
sed -i "/^pipeline/ { s/proxy-server/${SWIFT_EXTRAS_MIDDLEWARE_LAST} proxy-server/ ; }" ${SWIFT_CONFIG_PROXY_SERVER}
iniset ${SWIFT_CONFIG_PROXY_SERVER} app:proxy-server account_autocreate true
iniset ${SWIFT_CONFIG_PROXY_SERVER} app:proxy-server allow_account_management true
# Configure Crossdomain
iniset ${SWIFT_CONFIG_PROXY_SERVER} filter:crossdomain use "egg:swift#crossdomain"