added missing AUTH_%(tenant_id)s in path for swift endpoint
Change-Id: Idbc7e33a87558cceaedd3a7ba53c76a2673105d3
Related-Prod: PROD-26452
(cherry picked from commit fb3303d06518b9dd244f6770dfba3435407d832b)
diff --git a/keystone/client/v3/service/radosgw-swift.yml b/keystone/client/v3/service/radosgw-swift.yml
index 692c200..ca06fed 100644
--- a/keystone/client/v3/service/radosgw-swift.yml
+++ b/keystone/client/v3/service/radosgw-swift.yml
@@ -22,13 +22,13 @@
endpoints:
radosgw-swift_public:
interface: 'public'
- url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_swift_cluster_port}/swift/v1
+ url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_swift_cluster_port}/swift/v1/AUTH_%(tenant_id)s
region: ${_param:openstack_region}
radosgw-swift_internal:
interface: 'internal'
- url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1
+ url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1/AUTH_%(tenant_id)s
region: ${_param:openstack_region}
radosgw-swift_admin:
interface: 'admin'
- url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1
+ url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1/AUTH_%(tenant_id)s
region: ${_param:openstack_region}