diff --git a/neutron_dynamic_routing/cmd/eventlet/__init__.py b/neutron_dynamic_routing/cmd/eventlet/__init__.py index 363e66cf..e12cf6ce 100644 --- a/neutron_dynamic_routing/cmd/eventlet/__init__.py +++ b/neutron_dynamic_routing/cmd/eventlet/__init__.py @@ -10,7 +10,5 @@ # License for the specific language governing permissions and limitations # under the License. -import eventlet - - -eventlet.monkey_patch() +from neutron.common import eventlet_utils +eventlet_utils.monkey_patch()