summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
diff options
context:
space:
mode:
authorAndy Smith <code@term.ie>2010-12-08 17:18:27 -0800
committerAndy Smith <code@term.ie>2010-12-08 17:18:27 -0800
commit3c85f1b7ed593a2d4d126a34241f217da5cf7ce6 (patch)
tree50b88411d51a9a5bbc49ba75cd40a21b635d60c7 /nova/manager.py
parent0324b6609fe413866fd4cc52a87760f2b5ab2d85 (diff)
downloadnova-3c85f1b7ed593a2d4d126a34241f217da5cf7ce6.tar.gz
nova-3c85f1b7ed593a2d4d126a34241f217da5cf7ce6.tar.xz
nova-3c85f1b7ed593a2d4d126a34241f217da5cf7ce6.zip
intermediate commit to checkpoint progress
all relevant tests are passing except volume, next step is volume manager fixery
Diffstat (limited to 'nova/manager.py')
-rw-r--r--nova/manager.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/manager.py b/nova/manager.py
index 5e067bd08..a343d7fc6 100644
--- a/nova/manager.py
+++ b/nova/manager.py
@@ -55,7 +55,6 @@ from nova import utils
from nova import flags
from nova.db import base
-from twisted.internet import defer
FLAGS = flags.FLAGS
@@ -69,7 +68,7 @@ class Manager(base.Base):
def periodic_tasks(self, context=None):
"""Tasks to be run at a periodic interval"""
- yield
+ return
def init_host(self):
"""Do any initialization that needs to be run if this is a standalone