cloudkitty/releasenotes/notes/replace-eventlet-with-futurist-60f1fe6474a5efcf.yaml
Luka Peschke b16da527a9 Replace eventlet with futurist
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
2019-09-12 14:08:28 +00:00

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``.