cinder/releasenotes/notes/remove-deprecated-keymgr-d11a25c620862ed6.yaml
Kaitlin Farr ef2202b6ad Remove deprecated keymgr code
The keymgr code was deprecated for removal in Newton [1]
and should now be removed.

1. Ief8885bb4ca8d62b03cf1a52c25dd0e62c835bfe

Change-Id: I87926d6c95ac82b6f74c263c7441614f80348c1e
2017-11-06 16:49:56 +00:00

17 lines
688 B
YAML

---
upgrade:
- |
The old deprecated ``keymgr`` options have been removed.
Configuration options using the ``[keymgr]`` group will not be
applied anymore. Use the ``[key_manager]`` group from Castellan instead.
The Castellan ``backend`` options should also be used instead of
``api_class``, as most
of the options that lived in Cinder have migrated to Castellan.
- Instead of ``api_class`` option
``cinder.keymgr.barbican.BarbicanKeyManager``, use ``backend`` option
`barbican``
- ``cinder.keymgr.conf_key_mgr.ConfKeyManager`` still remains, but
the ``fixed_key`` configuration options should be moved to the ``[key_manager]`` section