File: remove-deprecated-keymgr-db807dc76c83263e.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (15 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
upgrade:
  - |
    The old deprecated ``keymgr`` options have been removed.
    Configuration options using the ``[keymgr]`` group will not be
    applied anymore. Use the ``[key_manager]`` group from Castellan instead.
    The Castellan ``api_class`` options should also be used instead, as most
    of the options that lived in Nova have migrated to Castellan.

    - Instead of ``api_class`` option ``nova.keymgr.barbican.BarbicanKeyManager``,
      use ``castellan.key_manager.barbican_key_manager.BarbicanKeyManager``
    - Instead of ``api_class`` option ``nova.tests.unit.keymgr.mock_key_mgr.MockKeyManager``,
      use ``castellan.tests.unit.key_manager.mock_key_manager.MockKeyManager``
    - ``nova.keymgr.conf_key_mgr.ConfKeyManager`` still remains, but the ``fixed_key``
      configuration options should be moved to the ``[key_manager]`` section