summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/service_eventlet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/service_eventlet.py b/nova/service_eventlet.py
index 82291ffe1..83f0692ce 100644
--- a/nova/service_eventlet.py
+++ b/nova/service_eventlet.py
@@ -285,6 +285,7 @@ def serve(*services):
#while True:
# greenthread.sleep(5)
+
def wait():
while True:
greenthread.sleep(5)