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/container.yml b/metadata/service/server/container.yml
index a063428..14b7656 100644
--- a/metadata/service/server/container.yml
+++ b/metadata/service/server/container.yml
@@ -35,12 +35,15 @@
metadata:
host: 0.0.0.0
port: 8000
+ protocol: http
waitcondition:
host: 0.0.0.0
port: 8000
+ protocol: http
watch:
host: 0.0.0.0
port: 8003
+ protocol: http
identity:
engine: keystone
host: ${_param:keystone_service_host}
@@ -56,4 +59,4 @@
port: 5672
user: openstack
password: ${_param:rabbitmq_openstack_password}
- virtual_host: '/openstack'
\ No newline at end of file
+ virtual_host: '/openstack'