From 4a4cdf792e04b55c51ef09bb204cb6e6d05dcab0 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 23 May 2017 10:14:21 +0800 Subject: [PATCH] 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 --- templates/cinder.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cinder.conf.j2 b/templates/cinder.conf.j2 index 566ce437..7ab3b1cd 100644 --- a/templates/cinder.conf.j2 +++ b/templates/cinder.conf.j2 @@ -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]