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: