Fix Swift S3 API configuration

The endpoint must use the v3 suffix, otherwise authentication fails.

Closes-Bug: 1805660
Change-Id: I878abbeb9c0c2dc146692403b32002a4798f25f0
This commit is contained in:
Christian Schwede 2018-11-28 17:14:25 +01:00
parent beccd1076f
commit 8980b5756d
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ outputs:
swift::proxy::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
swift::proxy::authtoken::password: {get_param: SwiftPassword}
swift::proxy::authtoken::project_name: 'service'
swift::proxy::s3token::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]}
swift::proxy::s3token::auth_uri: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
swift::proxy::node_timeout: {get_param: SwiftProxyNodeTimeout}
-
if: