ovn-octavia-provider/ovn_octavia_provider
Fernando Royo 1878eb4c21 Fix broken pep8 jobs due to bandit 1.7.5 updated version
With the latest version of bandit (1.7.5), a new lint rule has been
introduced that checks the inclusion of the timeout parameter for
every "requests" call [1].

So B113 lint rule[2] needs to be skipped or code adapted, this patch
add the timeout parameter to the put/get requests.

[1] 5ff73ff8ff
[2] https://bandit.readthedocs.io/en/latest/plugins/b113_request_without_timeout.html

Closes-bug: #2011573
Change-Id: I341faedbf7e237eed176e0d3ed3586b8d2c2cbb8
2023-03-14 14:15:34 +01:00
..
common Fix broken pep8 jobs due to bandit 1.7.5 updated version 2023-03-14 14:15:34 +01:00
hacking Fix lower-constanints and pep8 jobs 2021-11-05 17:07:33 +01:00
ovsdb [OVN] Fix DuplicateOptionError on test scope 2022-05-11 15:24:23 +02:00
tests Add new FTs for health monitoring basic operations 2023-03-01 11:17:38 +01:00
__init__.py Initialize repository 2020-01-15 14:41:32 +00:00
agent.py [OVN] Fix DuplicateOptionError on test scope 2022-05-11 15:24:23 +02:00
driver.py Remove HM uuiid from LB external_ids when the HM's pool is deleted 2023-02-28 13:43:06 +01:00
event.py Make clear distinction between health check and health monitor 2022-11-25 11:17:52 +01:00
helper.py Fix broken pep8 jobs due to bandit 1.7.5 updated version 2023-03-14 14:15:34 +01:00
i18n.py Move OVN Octavia Provider driver code to this repository 2020-02-18 16:23:54 +00:00