summaryrefslogtreecommitdiffstats
path: root/keystone/common/wsgi.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2012-07-03 16:22:13 -0400
committerAdam Young <ayoung@redhat.com>2012-07-05 15:48:59 -0400
commit81cb2ab2f5b7bdcd372491731750687e31c15ae2 (patch)
tree28a6b9ac967ffaa6b56f746917befc557d9b06e3 /keystone/common/wsgi.py
parentf584c06aaa3ecb774f6aa68eb72cebd59f772fad (diff)
downloadkeystone-81cb2ab2f5b7bdcd372491731750687e31c15ae2.tar.gz
keystone-81cb2ab2f5b7bdcd372491731750687e31c15ae2.tar.xz
keystone-81cb2ab2f5b7bdcd372491731750687e31c15ae2.zip
Move monkey patch to keystone-all startup.
bug 1020569 Change-Id: I26c467dc6d96476f2a44b875bddf2cf3aec41859
Diffstat (limited to 'keystone/common/wsgi.py')
-rw-r--r--keystone/common/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/keystone/common/wsgi.py b/keystone/common/wsgi.py
index e2606c53..3d06abe4 100644
--- a/keystone/common/wsgi.py
+++ b/keystone/common/wsgi.py
@@ -23,7 +23,6 @@
import sys
import eventlet.wsgi
-eventlet.patcher.monkey_patch(all=False, socket=True, time=True, thread=True)
import routes.middleware
import ssl
import webob.dec