kolla-ansible/releasenotes/notes/bug-1886711-a1a1fd1343f1a644.yaml
Pierre Riteau 9a0f8c3193 Fix incorrect value of [storage]/ceph_keyring in gnocchi.conf
The value should be the full path to the keyring file, not just the
name. Without this fix Gnocchi fails to connect to Ceph.

Change-Id: Iaa69b2096b09a448345de50911e21436875d48d6
Closes-Bug: #1886711
2020-07-07 21:47:04 +02:00

7 lines
221 B
YAML

---
fixes:
- |
Fixes an incorrect Ceph keyring file configuration in ``gnocchi.conf``,
which prevented Gnocchi from connecting to Ceph. `LP#1886711
<https://bugs.launchpad.net/kolla-ansible/+bug/1886711>`__