File: deprecate-eventlet-monkey-patching-c37fea982471c01c.yaml

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

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