Merge "Switched to pyroute2.config.asyncio.asyncio_config"
This commit is contained in:
commit
a99bcb3999
@ -22,5 +22,5 @@ from oslo_utils import importutils
|
||||
def monkey_patch():
|
||||
eventlet.monkey_patch(all=False, socket=True)
|
||||
if os.name != 'nt':
|
||||
p_c_e = importutils.import_module('pyroute2.config.eventlet')
|
||||
p_c_e.eventlet_config()
|
||||
p_c_e = importutils.import_module('pyroute2.config.asyncio')
|
||||
p_c_e.asyncio_config()
|
||||
|
Loading…
x
Reference in New Issue
Block a user