Merge "cloudkitty: fix URL used for Prometheus collector"
This commit is contained in:
commit
d25d490e4d
@ -166,7 +166,7 @@ cloudkitty_collector_backend: "gnocchi"
|
||||
cloudkitty_monasca_interface: "internal"
|
||||
|
||||
# Set prometheus collector URL.
|
||||
cloudkitty_prometheus_url: "{{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ prometheus_port }}"
|
||||
cloudkitty_prometheus_url: "{{ internal_protocol }}://{{ kolla_internal_fqdn | put_address_in_context('url') }}:{{ prometheus_port }}/api/v1"
|
||||
|
||||
# Path of the CA certificate to trust for HTTPS connections.
|
||||
# cloudkitty_prometheus_cafile: "{{ openstack_cacert }}"
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes configuration of the Prometheus HTTP API URL when using the
|
||||
Prometheus collector in CloudKitty.
|
||||
`LP#1961615 <https://bugs.launchpad.net/kolla-ansible/+bug/1961615>`__
|
Loading…
Reference in New Issue
Block a user