ovn-octavia-provider/ovn_octavia_provider/common
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
..
clients.py Update to pylint 2.6.0+ 2021-02-23 15:50:11 -05:00
config.py [OVN] Fix DuplicateOptionError on test scope 2022-05-11 15:24:23 +02:00
constants.py Fix broken pep8 jobs due to bandit 1.7.5 updated version 2023-03-14 14:15:34 +01:00
exceptions.py Re-home exceptions to common/exceptions.py 2020-04-27 15:05:00 -04:00
utils.py [OVN] Fix DuplicateOptionError on test scope 2022-05-11 15:24:23 +02:00