Files
neutron/releasenotes/notes/env_variable_eventlet_monkeypatch-fccede7812d60c38.yaml
Rodolfo Alonso Hernandez 5ee7ac1261 Read the environment variable EVENTLET_MONKEYPATCH
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
2024-12-18 14:24:55 +00:00

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.