File: api_key_backend-f3272420502b4206.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 (9 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    keymgr_api_class is now deprecated in favor of keymgr_backend, with
    full backward compatibility for users.
    keymgr_backend is set to cinder.keymgr.conf_key_mgr.ConfKeyManager
    by default and configure key_manager/backend instead of
    key_manager/api_class. It reflects what openstack/cinder did in Queens
    cycle.