diff --git a/templates/glance-api.conf.j2 b/templates/glance-api.conf.j2 index 168da58c..0971aa21 100644 --- a/templates/glance-api.conf.j2 +++ b/templates/glance-api.conf.j2 @@ -68,6 +68,7 @@ policy_default_rule = {{ glance_policy_default_rule }} policy_dirs = {{ glance_policy_dirs }} [oslo_messaging_rabbit] +ssl = {{ glance_oslomsg_rpc_use_ssl }} rabbit_notification_exchange = glance rabbit_notification_topic = notifications diff --git a/templates/glance-registry.conf.j2 b/templates/glance-registry.conf.j2 index 65ae5b06..592fad25 100644 --- a/templates/glance-registry.conf.j2 +++ b/templates/glance-registry.conf.j2 @@ -45,6 +45,7 @@ memcache_security_strategy = ENCRYPT memcache_secret_key = {{ memcached_encryption_key }} [oslo_messaging_rabbit] +ssl = {{ glance_oslomsg_rpc_use_ssl }} rabbit_notification_exchange = glance rabbit_notification_topic = notifications