puppet-cinder/releasenotes/notes/keymgr-opts-a22700480639d3db.yaml
Takashi Kajinami 6dc69ab67f Create independent classes for key managers
This change introduces the new independent classes to manage options
for key managers, which are implemented in the castellan library.

Depends-on: https://review.opendev.org/772676
Change-Id: I5fc9b4e2db56daf998294245465e8c5fcbd8a061
2021-05-11 12:35:28 +09:00

22 lines
616 B
YAML

---
features:
- |
The new ``cinder::key_manager`` class has been added. This class manages
basic options of key managers.
- |
The new ``cinder::key_manager::barbican`` class has been added. This class
manages options of BarbicanKeyManager.
deprecations:
- |
The ``cinder::api::keymgr_backend`` parameter has been deprecated. Use
the ``cinder::key_manager`` class.
- |
The following parameters of the ``cinder`` class have been deprecated in
favor of the new ``cinder::key_manager::barbican`` class.
- ``keymgr_encryption_api_url``
- ``keymgr_encryption_auth_url``