neutron/neutron/plugins/ml2/drivers/agent
Brian Haley b084213382 Add more debugging to common agent code
The common agent code, currently used by the Linuxbridge
and MACVtap agents, doesn't have any logging to show it's
running when in steady-state, where it's just sending
periodic reports to neutron-server.

Make a small change to add info messages in the loop with
an iteration number, similar to the OVS agent. Also made
it behave similar to the OVS agent in that it will only
clear the 'start_flag' after the first iteration,
indicating it has successfully completed a full sync.

Trivialfix

Change-Id: I5335c205235d290aa6f796b0cb2b3826e125a087
Related-bug: #2017518
2023-06-27 22:57:52 -04:00
..
__init__.py lb: ml2-agt: Separate AgentLoop from LinuxBridge specific impl 2016-01-28 11:00:43 +01:00
_agent_manager_base.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
_common_agent.py Add more debugging to common agent code 2023-06-27 22:57:52 -04:00
capabilities.py use new payload objects for *_INIT callbacks 2017-10-09 08:38:40 -06:00
config.py Agent common config 2017-03-15 09:52:18 -06:00