Typo in cloud_formation.py
Change-Id: I0ebac3e5b12de8d84cb7521c0993324e8b24a724
This commit is contained in:
parent
269618e911
commit
06fc7f9cf5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user