From: Tony Mack Date: Wed, 2 Oct 2013 16:57:21 +0000 (-0400) Subject: fix TypeError X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f044a7baec91922ee85de91c0a6fe4d475ea49ae;p=plstackapi.git fix TypeError --- diff --git a/planetstack/observer/steps/sync_external_routes.py b/planetstack/observer/steps/sync_external_routes.py index 7a67896..b6e9df3 100644 --- a/planetstack/observer/steps/sync_external_routes.py +++ b/planetstack/observer/steps/sync_external_routes.py @@ -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']