'device_owner': [DEVICE_OWNER_AGENT_GW]}
interfaces = self._core_plugin.get_ports(context.elevated(), filters)
LOG.debug("Return the FIP ports: %s ", interfaces)
- if interfaces:
- self._populate_subnets_for_ports(context, interfaces)
return interfaces
- def get_dvr_sync_data(self, context, host, agent, router_ids=None,
+ def _get_dvr_sync_data(self, context, host, agent, router_ids=None,
active=None):
routers, interfaces, floating_ips = self._get_router_info_list(
context, router_ids=router_ids, active=active,