File: remove-token_driver-fbe7964f9c58d42d.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (14 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
deprecations:
  - |
    The keystone::token_driver is now deprecated, has no effect and will
    be removed in a future release.
upgrade:
  - |
    The keystone::token_driver parameter which has had no effect that past
    couple of releases and is now deprecated. This parameter if it was set
    to memcache would install the appropriate python-memcache package.
    Now that this is removed you need to ensure keystone::manage_backend_package
    is set properly if you have caching enabled since that manages that package
    now. The default value for manage_backend_package is true so if you don't
    set it explicitly to false there is no change required on your part.