Deprecate rabbit_use_ssl option
Option "rabbit_use_ssl" from group "oslo_messaging_rabbit" is deprecated. Use option "ssl" from group "oslo_messaging_rabbit". Change-Id: Iad1002f13ab00980279c1a3336e4fe68c6bfb326 Implements: blueprint deprecate-rabbit-use-ssl
This commit is contained in:
parent
ba38eeb757
commit
48d8f26632
@ -65,7 +65,7 @@ policy_default_rule = {{ glance_policy_default_rule }}
|
||||
policy_dirs = {{ glance_policy_dirs }}
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_use_ssl = {{ glance_rabbitmq_use_ssl }}
|
||||
ssl = {{ glance_rabbitmq_use_ssl }}
|
||||
rabbit_notification_exchange = glance
|
||||
rabbit_notification_topic = notifications
|
||||
|
||||
|
@ -41,7 +41,7 @@ memcache_security_strategy = ENCRYPT
|
||||
memcache_secret_key = {{ memcached_encryption_key }}
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_use_ssl = {{ glance_rabbitmq_use_ssl }}
|
||||
ssl = {{ glance_rabbitmq_use_ssl }}
|
||||
rabbit_notification_exchange = glance
|
||||
rabbit_notification_topic = notifications
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user