File: remove-memcache-servers-26d449260910ac1c.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 (7 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
upgrade:
  - |
    The deprecated parameter keystone::memcache_servers is now removed and the
    automatic behavior to set cache_enabled and cache_backend has been removed.
    You must now set the cache_memcached_servers and explicitly set cache_enabled
    to true and cache_backend to the backend you want to use for caching.