This is an implementation detail of fwaas and shouldn't be referenced
here. There is no need to call self.process_services_sync on super.
Change-Id: I8797e40480c8c43788f4c192abddaf5d3e146e4c
Partially-Implements: bp/restructure-l3-agent
Depends-On: I6091ca2c03f2b5ffef453dea1152d2ac53bb7f14
@periodic_task.periodic_task
def periodic_sync_routers_task(self, context):
- if self.services_sync:
- super(L3NATAgent, self).process_services_sync(context)
+ self.process_services_sync(context)
LOG.debug("Starting periodic_sync_routers_task - fullsync:%s",
self.fullsync)
if not self.fullsync: