ef2202b6ad
The keymgr code was deprecated for removal in Newton [1] and should now be removed. 1. Ief8885bb4ca8d62b03cf1a52c25dd0e62c835bfe Change-Id: I87926d6c95ac82b6f74c263c7441614f80348c1e
17 lines
688 B
YAML
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
|
|
|