summaryrefslogtreecommitdiffstats
path: root/nova/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/manager.py')
-rw-r--r--nova/manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/manager.py b/nova/manager.py
index b7b97bced..65300354b 100644
--- a/nova/manager.py
+++ b/nova/manager.py
@@ -40,7 +40,8 @@ class Manager(object):
def init_host(self):
"""Do any initialization that needs to be run if this is a standalone service.
-
+
Child classes should override this method.
"""
+ pass