File: keystone_cache-efb45917e958940a.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 (26 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
features:
  - |
    The  new ``keystone::cache`` class was introduced to manage configurations
    for caching in keystone.
deprecations:
  - |
    The following parameters for managing cache are now deprecated because of
    the introduction of ``keystone::cache`` to manage cache configuration.
    The parameters in ``keystone::cache`` class instead.

    - ``keystone::cache_backend``
    - ``keystone::cache_backend_argument``
    - ``keystone::enabled``
    - ``keystone::memcache_servers``
    - ``keystone::debug_cache_backend``
    - ``keystone::cache_config_prefix``
    - ``keystone::cache_expiration_time``
    - ``keystone::cache_proxies``
    - ``keystone::token_caching``
    - ``keystone::memcache_dead_retry``
    - ``keystone::memcache_socket_timeout``
    - ``keystone::memcache_pool_maxsize``
    - ``keystone::memcache_pool_unused_timeout``
    - ``keystone::memcache_pool_connection_get_timeout``
    - ``keystone::manage_backend_package``