puppet-cinder/releasenotes/notes/move-keymgr-params-to-init-a745c0eed3062392.yaml
Alan Bishop 970fa8d7a1 Move the keymgr_XXX parameters from cinder::api to init
The Key Manager is used by several cinder services, and not just
cinder-api. For example, the cinder-backup and cinder-volume services
use the Key Manager to clone encryption keys. Moving the Key Manager
parameters from cinder::api to init ensures the settings are always
configured, even when the cinder-api service isn't included in the
deployment.

Closes-Bug: #1886081
Change-Id: Ie3c95da2c0dab83e3c4b7e10f8a3531301692da5
2020-07-06 10:01:31 -07:00

19 lines
763 B
YAML

---
deprecations:
- |
Cinder's Key Manager parameters have moved from cinder::api to
the cinder class. The following parameters are deprecated:
* cinder::api::keymgr_backend
* cinder::api::keymgr_encryption_api_url
* cinder::api::keymgr_encryption_auth_url
They are replaced by the following new parameters:
* cinder::keymgr_backend
* cinder::keymgr_encryption_api_url
* cinder::keymgr_encryption_auth_url
fixes:
- |
Cinder's Key Manager parameters are no longer associated with just the
cinder-api service. The parameters are always configured so that the
cinder-volume and cinder-backup services can also access the Key Manager.
Fixes `bug 1886081 <https://bugs.launchpad.net/puppet-cinder/+bug/1886081>`