Skip to content
Snippets Groups Projects
external-ceph-cinder_key-1a4c38fff3e2ab3c.yaml 407 B
Newer Older
---
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>`__