From 252fe2b8e563db9c5bb103585affaab199ec7136 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 19 Feb 2015 12:58:17 +0100 Subject: [PATCH] wsgi: remove explicit monkey_patch() call All module consumers already monkey_patch() stdlib thru dummy entry points located in neutron/cmd/eventlet/... There is no need to patch it here. Change-Id: I8c747f166aeb903ee8e69b3076c447f4fd9bc495 --- neutron/wsgi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron/wsgi.py b/neutron/wsgi.py index 6723a135a..881cfb84e 100644 --- a/neutron/wsgi.py +++ b/neutron/wsgi.py @@ -26,7 +26,6 @@ import sys import time import eventlet.wsgi -eventlet.patcher.monkey_patch(all=False, socket=True, thread=True) from oslo_config import cfg import oslo_i18n from oslo_serialization import jsonutils -- 2.45.2