puppet-nova/releasenotes/notes/api_key_backend-c1cd58916c1ba43b.yaml
Oliver Walsh 2a977455b7 Fix key_manager in nova config for Queens
keymgr_api_class is now deprecated in favor of keymgr_backend, with
full backward compatibility for users.
keymgr_backend is set to nova.keymgr.conf_key_mgr.ConfKeyManager
by default and configure key_manager/backend instead of
key_manager/api_class.

Change-Id: I7f4136ad32d70fe8a00e9147077224f9c4779b03
Related-Bug: #1725298
2017-10-27 17:33:52 +00:00

9 lines
296 B
YAML

---
deprecations:
- |
keymgr_api_class is now deprecated in favor of keymgr_backend, with
full backward compatibility for users.
keymgr_backend is set to nova.keymgr.conf_key_mgr.ConfKeyManager
by default and configures key_manager/backend instead of
key_manager/api_class.