kolla-ansible/releasenotes/notes/external-ceph-cinder_key-1a4c38fff3e2ab3c.yaml
Christian Schilling f30dd3e52e Fix external ceph cinder keyring
Change from file to template

Closes-Bug: #2089229
Change-Id: I7cbc6a94608baf4f04ef231cc88397fc5dcf0a9b
2024-11-25 16:22:58 +00:00

11 lines
407 B
YAML

---
fixes:
- |
Fixes external ceph cinder keyring is not imported into libvirt if
templated.
Per now, ansible/roles/nova-cell/tasks/external_ceph.yml looks
cinder_cephx_raw_key up as file from cinder_cephx_keyring_file.stat.path
To allow templated cinderkeyrings, the lookup is changed to "template"
Fixes `LP#2089229
<https://bugs.launchpad.net/kolla-ansible/+bug/2089229>`__