File: deprecate-memcache_pool-backend-98f1267e4e912004.yaml

package info (click to toggle)
python-oslo.cache 3.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 3,055; sh: 31; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
deprecations:
  - |
    Eventlet usages are deprecated and the removal of Eventlet from
    OpenStack `is planned <https://governance.openstack.org/tc//goals/proposed/remove-eventlet.html>`_,
    for this reason, using the ``memcache_pool`` backend of oslo.cache
    in an environment using eventlet is now deprecated.
    The support of Eventlet will be soon removed from oslo.cache.

    Please start considering removing your internal Eventlet usages and
    start migrating your stack.