os-brick/releasenotes/notes/add_custom_keyring_for_rbd_connection-eccbaae9ee5f3491.yaml
Jon Bernard 7b9a6686bc RBD: consider a custom keyring in connection info
If a 'keyring' key is found in the connection info passed to
connect_volume() use its value as the path to the keyring instead of the
default location (/etc/ceph/<cluster>.client.<user>.keyring).

This allows services such as cinder's RBD and Ceph backup drivers to
make use of a custom keyring path that an admin has defined.

Change-Id: Ib1230d3e40f56371567e1aead40db59667bad295
Closes-bug: #1668304
2017-03-28 15:51:44 +00:00

5 lines
150 B
YAML

---
fixes:
- Add support to use custom Ceph keyring files (previously os-brick
hardcoded using /etc/ceph/<cluster>.client.<user>.keyring file).