neutron/neutron/agent/ovsdb/native
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
..
__init__.py Add native OVSDB implementation of OVSDB API 2015-03-20 13:40:35 +00:00
commands.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
connection.py Adopt timers for new tenacity release 2019-08-21 14:21:31 +00:00
exceptions.py Fixes using SSL OVSDB connection 2018-02-09 04:50:10 +00:00
helpers.py Kill _connection_to_manager_uri dummy 2018-01-31 07:05:20 -08:00
vlog.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00