File: deprecate-eventlet-unsafe-memcacheclientpool-f8b4a6733513d73e.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (22 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
deprecations:
  - |
    We no longer recommend using the eventlet unsafe keystonemiddleware's
    memcacheclientpool. This implementation may result in growing connections
    to memcached.

    It is recommended that the ``memcache_use_advanced_pool`` option
    is set to ``True`` in the ``keystone_authtoken`` configuration section of
    the various services (e.g. nova, glance, ...) when memcached is used for
    token cache.
upgrade:
  - |
    [`bug 1892852 <https://bugs.launchpad.net/keystonemiddleware/+bug/1892852>`_]
    [`bug 1888394 <https://bugs.launchpad.net/oslo.cache/+bug/1888394>`_]
    [`bug 1883659 <https://bugs.launchpad.net/keystonemiddleware/+bug/1883659>`_]
    Keystonemiddleware now using eventlet-safe implementation of
    ``MemcacheClientPool`` from oslo.cache's library by default.
    The ``keystonemiddleware`` implementation is now deprecated. For backwards
    compatibility, the ``[keystone_authtoken] memcache_use_advanced_pool``
    option can be set to ``False`` config files of the various services (e.g.
    nova, glance, ...) when memcached is used for token cache.