27d833e374
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
13 lines
636 B
YAML
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.
|