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: Ie342fefb4f11d989c23a11dbb741a07cfcfb19be Implements: blueprint deprecate-rabbit-use-ssl
This commit is contained in:
parent
e96e20245a
commit
4a4cdf792e
@ -108,7 +108,7 @@ enabled_backends={% for backend in cinder_backends|dictsort %}{{ backend.0 }}{%
|
||||
connection = mysql+pymysql://{{ cinder_galera_user }}:{{ cinder_container_mysql_password }}@{{ cinder_galera_address }}/{{ cinder_galera_database }}?charset=utf8
|
||||
|
||||
[oslo_messaging_rabbit]
|
||||
rabbit_use_ssl = {{ cinder_rabbitmq_use_ssl }}
|
||||
ssl = {{ cinder_rabbitmq_use_ssl }}
|
||||
|
||||
{% if cinder_ceilometer_enabled %}
|
||||
[oslo_messaging_notifications]
|
||||
|
Loading…
Reference in New Issue
Block a user