
Since eventlet 0.39.0 [1] it is possible to you set an environment
variable ``EVENTLET_MONKEYPATCH=1`` to get patching as early as
possible in Python startup, which may avoid some problems.
[1]b754135b04
Related-Bug: #2091538
Topic: eventlet-deprecation
Change-Id: I928e32ea736bdb3357fdbb1de6646e69db3159d7
13 lines
432 B
YAML
13 lines
432 B
YAML
---
|
|
features:
|
|
- |
|
|
Since eventlet 0.39.0, a new environment variable
|
|
``EVENTLET_MONKEYPATCH=1`` can be defined to get patching as early as
|
|
possible in Python startup.
|
|
upgrade:
|
|
- |
|
|
Neutron can read the environment variable ``EVENTLET_MONKEYPATCH=1`` in
|
|
order to not monkey patch the system libraries. If this environment
|
|
variable is set and the eventlet version is lower, the process won't be
|
|
patched.
|