File: move-keymgr-params-to-init-a745c0eed3062392.yaml

package info (click to toggle)
puppet-module-cinder 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,492 kB
  • sloc: ruby: 6,690; python: 38; makefile: 10; sh: 10
file content (18 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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>`