File: api_key_backend-f3272420502b4206.yaml

package info (click to toggle)
puppet-module-cinder 13.1.0-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,388 kB
  • sloc: ruby: 4,799; python: 40; makefile: 17; sh: 15
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.