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/service/radosgw-swift.yml b/keystone/client/service/radosgw-swift.yml
index 6a0f0e5..e93f9b4 100644
--- a/keystone/client/service/radosgw-swift.yml
+++ b/keystone/client/service/radosgw-swift.yml
@@ -25,12 +25,12 @@
public_address: ${_param:cluster_public_host}
public_protocol: ${_param:cluster_public_protocol}
public_port: ${_param:radosgw_swift_cluster_port}
- public_path: '/swift/v1' # /$(project_id)s
+ public_path: '/swift/v1/AUTH_%(tenant_id)s'
internal_address: ${_param:radosgw_service_host}
internal_port: ${_param:radosgw_swift_cluster_port}
- internal_path: '/swift/v1'
+ internal_path: '/swift/v1/AUTH_%(tenant_id)s'
internal_protocol: ${_param:radosgw_service_protocol}
admin_protocol: ${_param:radosgw_service_protocol}
admin_address: ${_param:radosgw_service_host}
admin_port: ${_param:radosgw_swift_cluster_port}
- admin_path: '/swift/v1'
+ admin_path: '/swift/v1/AUTH_%(tenant_id)s'