ovn-bgp-agent/ovn_bgp_agent
Luis Tomas Bolivar a091cb784e Ensure the reconcile intervals configuration option is enforced
The interval to do the resync was meant to be configurable but
it was always taking the default values due to the config
being loaded after the decorator gets applied.

This patch is moving away from periodic_task in favor of
loopingcall.FixedIntervalLoopingCall so that we can more easily
enforce the reconcile intervals based on the config

Change-Id: I8c6b1ebac77336d5cbe2e725b38c5a0f53446934
2023-04-25 11:48:58 +02:00
..
cmd Initial support for BGP 2021-09-01 11:29:04 +02:00
drivers Ensure FIPs events are properly handled 2023-04-20 15:36:30 +02:00
privileged Add retry mechanism for some pyroute actions 2023-02-09 14:27:30 +01:00
tests Ensure FIPs events are properly handled 2023-04-20 15:36:30 +02:00
utils Add initial wiring configuration to a common function 2023-04-20 08:16:48 +02:00
__init__.py Initial commit 2021-08-27 16:56:11 +01:00
agent.py Ensure the reconcile intervals configuration option is enforced 2023-04-25 11:48:58 +02:00
config.py Ensure the reconcile intervals configuration option is enforced 2023-04-25 11:48:58 +02:00
constants.py Move base bgp configurations to a common bgp utils 2023-04-12 11:07:36 +00:00
exceptions.py Avoid race condition on is_provider_network checkings 2023-02-14 11:36:07 +01:00