File: deprecate-eventlet-monkey-patching-462dc9f2929efab1.yaml

package info (click to toggle)
python-oslo.rootwrap 7.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 1,812; makefile: 18; sh: 14
file content (11 lines) | stat: -rw-r--r-- 466 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 oslo.rootwrap in a monkey patched environment is
    now deprecated.  The support of Eventlet will be soon removed from
    oslo.rootwrap.

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