File: deprecate-eventlet-executor-13835b9818fd77f2.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
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 the Eventlet executor is
    deprecated. Start migrating your stack to the threading executor.
    Please also start considering removing your internal Eventlet usages.
  - |
    The `executor` parameter of the `MessageHandlingServer` class is now
    deprecated and planned for removal. The Eventlet executor is deprecated.
    Only the threading executor will remains available so the `executor`
    parameter is useless.