kolla-ansible/releasenotes/notes/fix-prom-os-exp-fqdn-efb67c364b653bd9.yaml
Mark Goddard c2838823f1 Fix OpenStack exporter scrape with internal TLS & FQDN
Since switching to use HAProxy to access Prometheus OpenStack exporter,
scraping would fail when using internal TLS with an FQDN (rather than an
IP address) to access the API.

This patch fixes the issue by using the FQDN instead of the VIP address.

Change-Id: Iddbdc4190b7953e9140d0740daf57f4062ba1b76
Closes-Bug: #2008208
2023-03-15 14:06:56 +00:00

7 lines
214 B
YAML

---
fixes:
- |
Fixes an issue where Prometheus would fail to scrape the OpenStack exporter
when using internal TLS with an FQDN. `LP#2008208
<https://bugs.launchpad.net/kolla-ansible/+bug/2008208>`__