oslo.cache/releasenotes/notes/deprecate-memcache_pool-backend-98f1267e4e912004.yaml
Hervé Beraud dc043a7ab3 deprecate using memcache_pool backend into an eventlet env.
Change-Id: I947a548a20dafb3b5f10f10f8d3a05a2ebfe1c22
2025-02-03 10:27:15 +01:00

12 lines
494 B
YAML

---
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.