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: I14394257d5a04329ecd137c0f7e6c0f58d0cfa78
Implements: blueprint deprecate-rabbit-use-ssl
This commit is contained in:
ZhongShengping 2017-05-23 10:23:15 +08:00
parent 20ea650cbc
commit a3c55be447
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ bind_port = {{ heat_cfn_service_port }}
bind_port = {{ heat_watch_port }}
[oslo_messaging_rabbit]
rabbit_use_ssl = {{ rabbitmq_use_ssl }}
ssl = {{ rabbitmq_use_ssl }}
{% if heat_service_publicuri_proto != heat_service_internaluri_proto %}
[oslo_middleware]