commit | 254dcf8b0532b976de4444ac7b38e38e8aa84629 | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Thu Jun 14 22:17:01 2018 +0300 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Thu Jun 14 22:17:59 2018 +0300 |
tree | 67ff9aafa77b9e647f3f59915c82b0c633ffbce7 | |
parent | a67bc4c5017a820b20b7f62413b8d07607818cbf [diff] |
[QUEENS] Fix cacert file Change-Id: If156081adf954592df7d544d1dbf7b97f279fdcf Related-Prod: https://mirantis.jira.com/browse/PROD-20721
diff --git a/aodh/files/queens/aodh.conf.Debian b/aodh/files/queens/aodh.conf.Debian index 70498e8..475f5f1 100644 --- a/aodh/files/queens/aodh.conf.Debian +++ b/aodh/files/queens/aodh.conf.Debian
@@ -210,6 +210,7 @@ # {%- set _data = server.identity %} +{%- if 'cacert_file' not in _data.keys() %}{% do _data.update({'cacert_file': server.cacert_file}) %}{% endif %} {%- set auth_type = _data.get('auth_type', 'password') %} {%- include "oslo_templates/files/queens/keystoneauth/_type_" + auth_type + ".conf" %}