Merge "Add 'is_available' function"
This commit is contained in:
commit
4813e9fa0d
@ -25,7 +25,8 @@ def monkey_patch():
|
||||
# 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
|
||||
eventlet.hubs.get_hub()
|
||||
hub = eventlet.hubs.get_hub()
|
||||
hub.is_available = lambda: True
|
||||
if os.name != 'nt':
|
||||
eventlet.monkey_patch()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user