Restore rabbit driver ssl config option

The driver option is necessary as the transport_url query param
override requires a value. Default will be to use the rpc setting.

Change-Id: Ifc3414a7de6343ae4e7784ed9f7822c18211bb6c
This commit is contained in:
Andrew Smith 2018-06-04 12:21:09 -04:00
parent ea75a8ea10
commit 6b12020eae
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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