puppet-cinder/releasenotes/notes/default-value-change-keymgr_backend-4a627bb17e688e18.yaml
Tobias Urdin 235fe651dd Change default value for keymgr_backend to default
This changes the default value for keymgr_backend to
the service default from the invalid value [1] that
is used now.

Since Stein and after stevedore fails to load that
class [2].

[1] cinder.keymgr.conf_key_mgr.ConfKeyManager
[2] http://paste.openstack.org/show/782285/

Change-Id: I67ddc2e5a090c99ef2fad64348fcec705b773afa
2019-10-09 10:30:25 +02:00

6 lines
172 B
YAML

---
upgrade:
- |
The default value of cinder::api::keymgr_backend is changed from the invalid
value cinder.keymgr.conf_key_mgr.ConfKeyManager to service default.