fix TypeError
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 2 Oct 2013 16:57:21 +0000 (12:57 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 2 Oct 2013 16:57:21 +0000 (12:57 -0400)
planetstack/observer/steps/sync_external_routes.py

index 7a67896..b6e9df3 100644 (file)
@@ -8,9 +8,6 @@ class SyncExternalRoutes(OpenStackSyncStep):
     provides=[]
     requested_interval = 86400 # This step is slow like a pig. Let's run it infrequently
 
-    def __init__(self):
-        pass
-
     def call(self):
         routes = self.driver.get_external_routes()
         subnets = self.driver.shell.quantum.list_subnets()['subnets']