]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
wsgi: remove explicit monkey_patch() call
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 19 Feb 2015 11:58:17 +0000 (12:58 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 24 Feb 2015 13:43:30 +0000 (14:43 +0100)
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

index 6723a135a349f4e1b5326008cd8127eb6714183a..881cfb84eefa77d609cdcffdb348a06762efff1b 100644 (file)
@@ -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