cinder/releasenotes/notes/castellan-backend-0c49591a54821c45.yaml
Sean McGinnis e75be5d905 Switch to use key_manager.backend
Castellan commit 8980bf7da55dd084ad84c84534fe937f0d43b9c0 deprecated the
api_class option in favor of the new backend option. This causes doc build
failures in Cinder due to us treating warnings as errors.

This changes over to use backend (the library will still recognize api_class
as an option) and removed some of the key manager code deprecated in Newton.

Depends-on: I112f7a4654a65c3291526b408838d7b1c175b069
Closes-bug: #1718468
Change-Id: I8d3638a69f4efcc52053269c51c01667fb810172
2017-09-20 12:17:14 -05:00

14 lines
523 B
YAML

---
upgrade:
- |
The support for ``cinder.keymgr.barbican.BarbicanKeyManager`` and the
``[keymgr]`` config section has now been removed. All configs should now be
switched to use
``castellan.key_manager.barbican_key_manager.BarbicanKeyManager`` and the
``[key_manager]`` config section.
deprecations:
- |
The Castellan library used for encryption has deprecated the ``api_class``
config option. Configuration files using this should now be updated to use
the ``backend`` option instead.