Merge "enable prometheus-openstack-exporter to use ca cert" into stable/ussuri

This commit is contained in:
Zuul 2020-05-23 13:21:09 +00:00 committed by Gerrit Code Review
commit 0e20b997e6
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.