Merge "swift: Configure s3token appropriately"

This commit is contained in:
Zuul 2020-06-04 21:43:05 +00:00 committed by Gerrit Code Review
commit c0bb22d36e
1 changed files with 2 additions and 0 deletions

View File

@ -431,6 +431,8 @@ function configure_swift {
swift_pipeline+=" authtoken"
if is_service_enabled s3api;then
swift_pipeline+=" s3token"
iniset ${SWIFT_CONFIG_PROXY_SERVER} filter:s3token auth_uri ${KEYSTONE_AUTH_URI_V3}
iniset ${SWIFT_CONFIG_PROXY_SERVER} filter:s3token delay_auth_decision true
fi
swift_pipeline+=" keystoneauth"
fi