File: deprecate-eventlet-within-lockutils-cba49086d7a65042.yaml

package info (click to toggle)
python-oslo.concurrency 7.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: python: 1,897; makefile: 27; sh: 20
file content (11 lines) | stat: -rw-r--r-- 500 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 ``lockutils`` module of oslo.concurrency in a
    monkey patched environment is now deprecated. The support of Eventlet will
    be soon removed from oslo.concurrency.

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