Merge "Drop workaround for eventlet < 0.22.0"
This commit is contained in:
@@ -20,13 +20,6 @@ from oslo_utils import importutils
|
|||||||
|
|
||||||
|
|
||||||
def monkey_patch():
|
def monkey_patch():
|
||||||
# NOTE(slaweq): to workaround issue with import cycles in
|
|
||||||
# eventlet < 0.22.0;
|
|
||||||
# This issue is fixed in eventlet with patch
|
|
||||||
# https://github.com/eventlet/eventlet/commit/b756447bab51046dfc6f1e0e299cc997ab343701
|
|
||||||
# For details please check https://bugs.launchpad.net/neutron/+bug/1745013
|
|
||||||
hub = eventlet.hubs.get_hub()
|
|
||||||
hub.is_available = lambda: True
|
|
||||||
if os.name != 'nt':
|
if os.name != 'nt':
|
||||||
eventlet.monkey_patch()
|
eventlet.monkey_patch()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user