oslo.messaging/releasenotes/notes/deprecate-eventlet-executor-13835b9818fd77f2.yaml
Hervé Beraud 27d833e374 Deprecate the Eventlet executor
The removal of Eventlet is planned[1].
Services should start migrating there RPC server
to the threading executor.
The Eventlet executor will be removed in G.

The executor parameter is now planned for removal.

[1] https://governance.openstack.org/tc//goals/proposed/remove-eventlet.html

Change-Id: I9dc3fe42931c84ad2aef35cb663ba019e3bf26b7
2024-12-19 16:01:28 +00:00

13 lines
636 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 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.