merged trunk

This commit is contained in:
Vishvananda Ishaya
2010-09-30 18:13:45 -07:00
40 changed files with 1202 additions and 265 deletions

View File

@@ -43,3 +43,10 @@ class Manager(object):
def periodic_tasks(self, context=None):
"""Tasks to be run at a periodic interval"""
yield
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