From 06fc7f9cf51a5c8ac8f15f8c44de677c953f961b Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Tue, 8 Oct 2013 19:13:59 +0400 Subject: [PATCH] Typo in cloud_formation.py Change-Id: I0ebac3e5b12de8d84cb7521c0993324e8b24a724 --- muranoconductor/cloud_formation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranoconductor/cloud_formation.py b/muranoconductor/cloud_formation.py index 9e855c0..0bef346 100644 --- a/muranoconductor/cloud_formation.py +++ b/muranoconductor/cloud_formation.py @@ -124,7 +124,7 @@ def set_config_params(template_data, replacements): def get_ca_certificate(): - ca_file = (config.CONF.rabbitmq.ca_file or '').strip() + ca_file = (config.CONF.rabbitmq.ca_certs or '').strip() if not ca_file: return '' with open(ca_file) as stream: