openstack-ansible/releasenotes/notes/ceph_keyrings_in_files-7d6a01e64861f8c6.yaml
Dmitriy Rabotyagov 6eb90b8f15 Bump SHAs for master
Depends-On: https://review.opendev.org/699684
Change-Id: I7d318697b51634699478c0d912157928403a5a38
2019-12-30 17:03:29 +00:00

16 lines
570 B
YAML

---
features:
- |
Get ceph keyrings from files, if variable``ceph_keyrings_dir`` is defined
the keyrings will be extracted from files. All files in the directory
must have ``.keyring`` extention and be named with its corresponding
``ceph_client`` name. For example, if ``cinder_ceph_client`` is ``cinder``
the cinder keyring file must be named ``cinder.keyring``.
Each file must contain username and the key and nothing more, below
an example for cinder.keyring content.
.. code-block:: text
[client.cinder]
key = XXXXXXXXXXX