summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
diff options
context:
space:
mode:
authorAndy Smith <code@term.ie>2010-10-25 03:45:19 +0900
committerAndy Smith <code@term.ie>2010-10-25 03:45:19 +0900
commit2337fab0979b72bbc7e7730e94518a0e835a2751 (patch)
tree38b6526f52095d34f321fe68b6ad40757fcb8196 /nova/manager.py
parent81e8c5256c1e52326b6b64cf237128364d1bcb22 (diff)
downloadnova-2337fab0979b72bbc7e7730e94518a0e835a2751.tar.gz
nova-2337fab0979b72bbc7e7730e94518a0e835a2751.tar.xz
nova-2337fab0979b72bbc7e7730e94518a0e835a2751.zip
part way through porting the codebase off of twisted
this provides a very basic eventlet-based service replacement for the twistd-based services, a replacement for task.LoopingCall also adds nova-combined with the goal of running a single service when doing local testing and dev
Diffstat (limited to 'nova/manager.py')
-rw-r--r--nova/manager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/manager.py b/nova/manager.py
index 4244b2db4..994d6e7af 100644
--- a/nova/manager.py
+++ b/nova/manager.py
@@ -39,7 +39,6 @@ class Manager(object):
db_driver = FLAGS.db_driver
self.db = utils.import_object(db_driver) # pylint: disable-msg=C0103
- @defer.inlineCallbacks
def periodic_tasks(self, context=None):
"""Tasks to be run at a periodic interval"""
yield