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
This commit is contained in:
Liam Young 2016-07-29 11:24:25 +00:00
parent 9b87aae38a
commit c89885a842
1 changed files with 1 additions and 1 deletions

View File

@ -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 -%}