Add ability to configure protocol for
- heat_metadata_server_url
- heat_waitcondition_server_url
- heat_watch_server_url
Change-Id: Ibe1baed281c1458a6ab85514163b44ca0c3d0c87
diff --git a/metadata/service/server/cluster.yml b/metadata/service/server/cluster.yml
index a919431..67ddc7f 100644
--- a/metadata/service/server/cluster.yml
+++ b/metadata/service/server/cluster.yml
@@ -32,12 +32,15 @@
metadata:
host: ${_param:cluster_vip_address}
port: 8000
+ protocol: http
waitcondition:
host: ${_param:cluster_vip_address}
port: 8000
+ protocol: http
watch:
host: ${_param:cluster_vip_address}
port: 8003
+ protocol: http
identity:
engine: keystone
host: ${_param:cluster_vip_address}