neutron/neutron/agent/ovsdb
Jens Harbott a6451b69ab Adopt timers for new tenacity release
A new tenacity release [0] has been made which changes the behaviour
of the "wait_exponential" function [1], effectively halving the
multiplier. This leads to issues in the tests where the functionality
is being tested. To resolve the issue, just double the base multiplier.

This change can be used with the former and the new "wait_exponential"
code. If the older version of "tenacity" library is being used, the
waiting periods will be bigger but won't affect the behaviour. We can
avoid then enforcing the minimum version of this library. This is
desirable because this change was made in a minor release.

[0] https://review.opendev.org/677052
[1] aac4307a0a

Change-Id: Ib9055871623f642a74899de8eb536a05c5365f24
2019-08-21 14:21:31 +00:00
..
native Adopt timers for new tenacity release 2019-08-21 14:21:31 +00:00
__init__.py Reorganize OVSDB API 2015-01-22 09:32:29 -06:00
api.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
impl_idl.py Add native OVSDB implementation for bridge monitor 2018-12-03 16:09:06 +00:00