Removed debugging and switched eventlet to monkey patch everything.

This commit is contained in:
Brian Lamar
2011-06-21 00:35:45 -04:00
parent ecde6570b1
commit a2e83c39d0
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ from nova import log
from nova import utils
eventlet.patcher.monkey_patch(all=False, socket=True, time=True)
eventlet.patcher.monkey_patch()
FLAGS = flags.FLAGS