Define glance protocol for cinder config
cinder:
volume:
glance:
protocol: ${_param:cluster_internal_protocol}
Related-Prod: PROD-19959
Change-Id: Icfaa720e2eafb1c82798d78facf35b288ee58bf6
diff --git a/cinder/volume/single.yml b/cinder/volume/single.yml
index 1b9948d..b959d32 100644
--- a/cinder/volume/single.yml
+++ b/cinder/volume/single.yml
@@ -16,6 +16,7 @@
host: ${_param:openstack_database_address}
glance:
host: ${_param:openstack_control_address}
+ protocol: ${_param:cluster_internal_protocol}
message_queue:
members:
- host: ${_param:openstack_message_queue_node01_address}