summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py
index 9454d4049..55a0bb212 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -160,7 +160,6 @@ class Service(object, service.Service):
except exception.NotFound:
logging.warn("Service killed that has no database entry")
- @defer.inlineCallbacks
def periodic_tasks(self):
"""Tasks to be run at a periodic interval"""
yield self.manager.periodic_tasks(context.get_admin_context())