kolla-ansible/releasenotes/notes/bug-1938194-80dba28f9cdd434c.yaml
Angelos Kolaitis 4410ca7802
Use Volume V3 API in OpenStack exporter
Kolla has removed the Volume V2 API by default since OpenStack Wallaby.
However, openstack-exporter attempts to use the Volume V2 API by
default, resulting in clean installs failing to fetch Cinder metrics
in Prometheus.

This patch updates the clouds.yml configuration file for
openstack-exporter to use the Volume V3 API instead.

Closes-Bug: #1938194
Change-Id: Ifbb601be3ef1a1e853d5a7e832adf556c0ae38b9
2022-01-05 13:19:08 +02:00

7 lines
197 B
YAML

---
fixes:
- |
Use Volume V3 API in OpenStack exporter. Volume V2 API has been removed
since OpenStack Wallaby.
`LP#1938194 <https://bugs.launchpad.net/kolla-ansible/+bug/1938194>`__