make nova binaries use eventlet

This commit is contained in:
Andy Smith
2010-12-09 14:36:23 -08:00
parent 0e49f9368e
commit 4f780f9e7a
7 changed files with 33 additions and 27 deletions

View File

@@ -39,3 +39,4 @@ from nova import service_eventlet
if __name__ == '__main__':
service_eventlet.serve()
service_eventlet.wait()