kolla-ansible/releasenotes/notes/fix-cinder-etcd-backend-url-3ca1fa04293c16b5.yaml
Matt Crees d808d71630 Fix cinder etcd3gw backend_url
Multiple parameters in the URL should be prefixed with an ampersand.

Closes-Bug: #2085908
Change-Id: Ia9e43f7043c0757e11e1924c3df9fe16c037d484
2024-10-30 11:01:52 +00:00

7 lines
213 B
YAML

---
fixes:
- |
Fixes a bug where the etcd3gw ``backend_url`` in cinder.conf would be
invalid when ``openstack_cacert`` was set.
`LP#2085908 <https://bugs.launchpad.net/kolla-ansible/+bug/2085908>`__