None of the agents log this information, and the reason is that
it's not useful. Any errors are logged, successful state reports
don't give actionable information as you can see that the agent
is up in neutron agent-list anyway.
Change-Id: I109373129808984d34abdf6780b8cda8ca8982be
self.heartbeat.start(interval=report_interval)
def _report_state(self):
- LOG.debug("Report state task started")
num_ex_gw_ports = 0
num_interfaces = 0
num_floating_ips = 0
self.use_call)
self.agent_state.pop('start_flag', None)
self.use_call = False
- LOG.debug("Report state task successfully completed")
except AttributeError:
# This means the server does not support report_state
LOG.warn(_LW("Neutron server does not support state report."