Removed debugging and switched eventlet to monkey patch everything.
This commit is contained in:
@@ -116,7 +116,6 @@ class Launcher(object):
|
||||
"""
|
||||
for service in self._services:
|
||||
service.join()
|
||||
logging.info("Process exited with %d" % service.exitcode)
|
||||
|
||||
|
||||
class Service(object):
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user