Skip to content

Commit 8ae6f03

Browse files
committed
neutron: try monkey patching mech driver
1 parent 874e2fd commit 8ae6f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/neutron-understack/neutron_understack/neutron_understack_mech.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import logging
2+
import eventlet
3+
eventlet.monkey_patch()
24
from uuid import UUID
35

46
from neutron_lib import constants as p_const

0 commit comments

Comments
 (0)