puppet-nova/releasenotes/notes/keymgr-opts-415025c5134a413b.yaml
Takashi Kajinami e500bfe5e0 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: I29a4d7698c52383be1e0ff1fdb6d350e44b4f151
2021-05-08 23:34:15 +09:00

23 lines
625 B
YAML

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