Remove the last usage of the deleted option TLS

Change-Id: I398f862903109ac6005ca045162ba9318082b4bb
This commit is contained in:
Sergey Kraynev 2017-02-16 08:53:36 +00:00
parent 8649913700
commit 9e2ceb08ad
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{%- endif %}
transport_url=rabbit://{{ rabbitmq.user }}:{{ rabbitmq.password }}@{{ address('rabbitmq', rabbitmq.port) }}
{% if security.tls.enabled and rabbitmq.tls.enabled %}
{% if rabbitmq.tls.enabled %}
[oslo_messaging_rabbit]
kombu_ssl_version="TLSv1_2"
rabbit_use_ssl = true