Merge "Switched to pyroute2.config.asyncio.asyncio_config"

This commit is contained in:
Zuul 2018-04-10 03:36:29 +00:00 committed by Gerrit Code Review
commit a99bcb3999
1 changed files with 2 additions and 2 deletions

View File

@ -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()