Merge "Add trailing IDENTITY_API_VERSION to OS_AUTH_URL in swift_configure_tempurls"

This commit is contained in:
Jenkins 2015-09-10 20:53:52 +00:00 committed by Gerrit Code Review
commit 8ed89a8a56

View File

@ -801,6 +801,7 @@ function swift_configure_tempurls {
OS_USERNAME=swift \
OS_TENANT_NAME=$SERVICE_TENANT_NAME \
OS_PASSWORD=$SERVICE_PASSWORD \
OS_AUTH_URL=$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION \
swift post -m "Temp-URL-Key: $SWIFT_TEMPURL_KEY"
}