Merge "enable prometheus-openstack-exporter to use ca cert"

This commit is contained in:
Zuul 2020-05-22 19:15:10 +00:00 committed by Gerrit Code Review
commit 012c0b8e6a
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.