include args kwd pointer in call() params
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Sun, 6 Oct 2013 00:52:13 +0000 (20:52 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Sun, 6 Oct 2013 00:52:13 +0000 (20:52 -0400)
planetstack/observer/steps/garbage_collector.py

index 431623d..4f9d61e 100644 (file)
@@ -8,7 +8,7 @@ class GarbageCollector(OpenStackSyncStep):
     requested_interval = 86400
     provides=[]
 
-    def call(self):
+    def call(self, **args):
         try:
             logger.info('gc start')
             #self.sync_roles()