enable prometheus-openstack-exporter to use ca cert

you might refer to:
b0167b9412/openstack/clientconfig/results.go (L41)

Change-Id: Ia326360c412aad9ca4d1735cc6486aa2fce22c1a
Closes-Bug: #1850812
This commit is contained in:
xiaojueguan 2020-05-19 18:36:36 +08:00 committed by Radosław Piliszek
parent 7d73246fe7
commit 964ede7171
2 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,4 @@ clouds:
project_domain_name: 'Default'
user_domain_name: 'Default'
auth_url: {{ admin_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ keystone_admin_port }}/v3
cacert: {{ openstack_cacert }}

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fix prometheus-openstack-exporter to use CA certificate.