From 9e2ceb08ad6408e609fc4f3bcf6a7fcdc16dadf0 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Thu, 16 Feb 2017 08:53:36 +0000 Subject: [PATCH] Remove the last usage of the deleted option TLS Change-Id: I398f862903109ac6005ca045162ba9318082b4bb --- exports/oslo_messaging.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/oslo_messaging.j2 b/exports/oslo_messaging.j2 index 8543cd6..0ff4aff 100644 --- a/exports/oslo_messaging.j2 +++ b/exports/oslo_messaging.j2 @@ -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