summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
diff options
context:
space:
mode:
authortermie <code@term.ie>2010-12-14 16:05:39 -0800
committertermie <code@term.ie>2010-12-14 16:05:39 -0800
commita2a8406b5d793545c8ecb359e18b80bba618c509 (patch)
treead49bdbff6c6594c568949c84197c29fdab0d3ec /nova/manager.py
parentc835c441981a17764931390bc1ace6121ab100a4 (diff)
downloadnova-a2a8406b5d793545c8ecb359e18b80bba618c509.tar.gz
nova-a2a8406b5d793545c8ecb359e18b80bba618c509.tar.xz
nova-a2a8406b5d793545c8ecb359e18b80bba618c509.zip
updates per review
Diffstat (limited to 'nova/manager.py')
-rw-r--r--nova/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/manager.py b/nova/manager.py
index a343d7fc6..3d38504bd 100644
--- a/nova/manager.py
+++ b/nova/manager.py
@@ -68,7 +68,7 @@ class Manager(base.Base):
def periodic_tasks(self, context=None):
"""Tasks to be run at a periodic interval"""
- return
+ pass
def init_host(self):
"""Do any initialization that needs to be run if this is a standalone