b16da527a9
This replaces the "eventlet" library with "futurist". Futurist does not require monkey-patching of the standard library, is an openstack project and is simply an overlay to the python STL in python3, rather than a partial replacement. Change-Id: Ib4f3a59377144e1d37028dfc3df77180d79e0c46
11 lines
289 B
YAML
11 lines
289 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Since ``eventlet`` has been replaced with ``futurist``, the
|
|
``[orchestrator]/max_greenthreads`` option has been deprecated and
|
|
replaced with ``[orchestrator]/max_threads``.
|
|
|
|
other:
|
|
- |
|
|
The ``eventlet`` library has been replaced with ``futurist``.
|