Use public interface for the following endpoints:
- heat_metadata_server_url
- heat_waitcondition_server_url
- heat_watch_server_url
Change-Id: I1f3fc7f0b8fa4c92ccdcd554eecc3756066eaf5a
diff --git a/heat/server/cluster.yml b/heat/server/cluster.yml
index 474deb9..7edb7b0 100644
--- a/heat/server/cluster.yml
+++ b/heat/server/cluster.yml
@@ -28,14 +28,17 @@
user: heat
password: ${_param:mysql_heat_password}
metadata:
- host: ${_param:cluster_vip_address}
+ host: ${_param:cluster_public_host}
port: 8000
+ protocol: ${_param:cluster_public_protocol}
waitcondition:
- host: ${_param:cluster_vip_address}
+ host: ${_param:cluster_public_host}
port: 8000
+ protocol: ${_param:cluster_public_protocol}
watch:
- host: ${_param:cluster_vip_address}
+ host: ${_param:cluster_public_host}
port: 8003
+ protocol: ${_param:cluster_public_protocol}
identity:
engine: keystone
host: ${_param:cluster_vip_address}