From c89885a84261ad62d2f2c9db27a852fb8b35fafd Mon Sep 17 00:00:00 2001 From: Liam Young Date: Fri, 29 Jul 2016 11:24:25 +0000 Subject: [PATCH] Point kombu_ssl_ca_certs at CA File The value of the kombu_ssl_ca_certs configuration option should be the CA file rather than the cert itself Change-Id: I39c323112fc65583242d22c0b6061fe825b9be50 --- templates/parts/section-rabbitmq-oslo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/parts/section-rabbitmq-oslo b/templates/parts/section-rabbitmq-oslo index 6b117ab..66431d2 100644 --- a/templates/parts/section-rabbitmq-oslo +++ b/templates/parts/section-rabbitmq-oslo @@ -16,7 +16,7 @@ rabbit_host = {{ amqp.host }} rabbit_use_ssl = True rabbit_port = {{ amqp.ssl_port }} {% if amqp.ssl_ca -%} -kombu_ssl_ca_certs = {{ amqp.ssl_ca }} +kombu_ssl_ca_certs = {{ amqp.ssl_ca_file }} {% endif -%} {% endif -%} {% endif -%}