octavia/octavia/common
Tom Weininger 3d3360953b pyupgrade changes for Python3.8+ (3)
Result of running

$ pyupgrade --py38-plus $(git ls-files | grep ".py$")

This was inspired by Nova [1]

Fixed PEP8 errors introduced by pyupgrade by running:

$ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
  --in-place octavia

and manual updates.

[1]: https://review.opendev.org/c/openstack/nova/+/896986

Change-Id: Ib160f988cea0c6a27b3c1efeb2b2953f8929dc5c
2024-04-10 10:23:50 +02:00
..
jinja pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
tls_utils Fix pylint error 2024-02-26 16:58:39 +09:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
base_taskflow.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
clients.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
config.py Merge "Fix neutron setting overrides" 2024-03-11 16:47:28 +00:00
constants.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
context.py Rename Context to RequestContext 2022-10-03 10:58:06 +02:00
data_models.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
decorators.py Update Octavia docs for documentation migration 2017-07-03 11:43:40 -07:00
exceptions.py Add support for SR-IOV ports in Octavia 2024-02-28 15:56:35 +00:00
keystone.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
policy.py [goal] Deprecate the JSON formatted policy file 2021-03-10 22:09:35 -06:00
rpc.py Use new get_rpc_client API from oslo.messaging 2023-02-10 15:51:14 +01:00
service.py Set neutron client logging to INFO 2019-09-13 16:09:29 -07:00
stats.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
utils.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00
validate.py pyupgrade changes for Python3.8+ (3) 2024-04-10 10:23:50 +02:00