fix cluster public host
diff --git a/keystone/client/service/radosgw-swift.yml b/keystone/client/service/radosgw-swift.yml
index 5c88f28..82d311f 100644
--- a/keystone/client/service/radosgw-swift.yml
+++ b/keystone/client/service/radosgw-swift.yml
@@ -1,4 +1,6 @@
 parameters:
+  _param:
+    cluster_public_protocol: https
   keystone:
     client:
       server:
@@ -16,8 +18,8 @@
           description: Swift Service (radosgw)
           endpoints:
             - region: ${_param:openstack_region}
-              public_address: ${_param:radosgw_service_host_public}
-              public_protocol: https
+              public_address: ${_param:cluster_public_host}
+              public_protocol: ${_param:cluster_public_protocol}
               public_port: 8081
               public_path: '/swift/v1' # /$(tenant_id)s
               internal_address: ${_param:radosgw_service_host}