Files
kolla-ansible/releasenotes/notes/promethus-exporters-ipv6-c87b57cd21cb6bfe.yaml
Matt Anson 725d15173e Fix IPv6 addresses for prometheus exporters
Ensure that IPv6 listen addresses for libvirt-exporter and
fluentd prometheus exporter are formatted correctly by
passing them through put_address_in_context as with other
prometheus exporters.

Closes-Bug: #2096659
Change-Id: Ib035534e2d1a27d5f496cfc6fa1d24a3dbe1dd41
2025-02-04 11:12:54 +00:00

9 lines
212 B
YAML

---
fixes:
- |
Correctly formats prometheus-libvirt-exporter and
Fluentd Prometheus exporter IPv6 listen addresses.
Fixes `LP#2096659
<https://bugs.launchpad.net/kolla-ansible/+bug/2096659>`__