Merge "Fully monkey patch eventlet for consistent behavior"

This commit is contained in:
Zuul 2023-08-31 18:28:54 +00:00 committed by Gerrit Code Review
commit dffcc69e89
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ os.environ['EVENTLET_NO_GREENDNS'] = 'yes'
import eventlet
eventlet.monkey_patch(os=False)
eventlet.monkey_patch()
# Monkey patch the original current_thread to use the up-to-date _active
# global variable. See https://bugs.launchpad.net/bugs/1863021 and
# https://github.com/eventlet/eventlet/issues/592

View File

@ -30,7 +30,7 @@ from oslo_log import log
from ironic import objects
eventlet.monkey_patch(os=False)
eventlet.monkey_patch()
log.register_options(cfg.CONF)
log.setup(cfg.CONF, 'ironic')

View File

@ -9,7 +9,7 @@ pbr>=3.1.1 # Apache-2.0
SQLAlchemy>=1.4.0 # MIT
alembic>=1.4.2 # MIT
automaton>=1.9.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
eventlet>=0.30.1 # MIT
WebOb>=1.7.1 # MIT
python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0