A library to support Octavia provider drivers.
Go to file
Gregory Thiemonge 5cbf950343 Fix pep8 with pylint 3.3.0
pylint 3.3.0 comes with a new checker:
- too-many-positional-arguments / R0917

Disable this checker: it limits the functions to 5 positional arguments
and requires to use the '*' delimiter to split the positional and
optional arguments.

Change-Id: Icd52d87e130a38b3666ed7e350b592c7fe8bbc36
2024-09-24 10:04:38 +02:00
doc Remove unicode to adapt to Python3 2021-01-03 11:27:52 +08:00
octavia_lib Add vnic_type to the member object 2024-03-29 22:18:45 +00:00
releasenotes Update master for stable/2024.2 2024-09-05 16:03:01 +00:00
tools Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
zuul.d Use the common octavia queue 2024-05-23 00:26:27 +09:00
.coveragerc Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
.gitignore Add *.orig to .gitignore 2022-09-29 10:16:06 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:45 +00:00
.pre-commit-config.yaml Add pre-commit config 2024-02-21 13:24:03 +09:00
.pylintrc Fix pep8 with pylint 3.3.0 2024-09-24 10:04:38 +02:00
.stestr.conf Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
CONTRIBUTING.rst Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
HACKING.rst Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
LICENSE Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
README.rst Add releasenotes link to README 2020-06-10 09:30:11 +08:00
requirements.txt Cleanup setup.py and requirements 2024-01-12 17:49:22 +09:00
setup.cfg Update python classifier in setup.cfg 2024-01-04 01:08:45 -08:00
setup.py Cleanup setup.py and requirements 2024-01-12 17:49:22 +09:00
test-requirements.txt Bump hacking 2024-01-27 23:01:37 +09:00
tox.ini Fix tox4 error 2023-01-10 16:24:12 +01:00

Team and repository tags

image

octavia-lib

Latest Version

A library to support Octavia provider drivers.

This python module provides a python library for Octavia provider driver developers.

See the provider driver development guide for more information:

https://docs.openstack.org/octavia/latest/contributor/guides/providers.html

Octavia-lib is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.