Skip to content

Commit

Permalink
Monkey patching 'thread'.
Browse files Browse the repository at this point in the history
Fixes bug 1012381.

Change-Id: Icb7b2372df96d647fc6dcd4c4ebe72c8aa607f9d
  • Loading branch information
rafaduran authored and apevec committed Jun 27, 2012
1 parent 29e74e7 commit d8dbdbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -76,6 +76,7 @@ Pádraig Brady <P@draigBrady.com>
Paul Voccio <paul@substation9.com>
Peng Yong <ppyy@pubyun.com>
Pete Zaitcev <zaitcev@kotori.zaitcev.us>
Rafael Durán Castañeda <rafadurancastaneda@gmail.com>
Ralf Haferkamp <rhafer@suse.de>
Ramana Juvvadi <ramana@venus.lekha.org>
Ramana Juvvadi <rjuvvadi@hcl.com>
Expand Down
2 changes: 1 addition & 1 deletion keystone/common/wsgi.py
Expand Up @@ -25,7 +25,7 @@

import eventlet
import eventlet.wsgi
eventlet.patcher.monkey_patch(all=False, socket=True, time=True)
eventlet.patcher.monkey_patch(all=False, socket=True, time=True, thread=True)
import routes
import routes.middleware
import webob
Expand Down

0 comments on commit d8dbdbc

Please sign in to comment.