A library to support Octavia provider drivers.
Go to file
Michael Johnson f1142a99a9 Fix a possible receive timeout
This patch fixes a possible receive timeout caused by a slow response from the
driver agent. For example if the database is very slow.

Closes-Bug: #2032890

Change-Id: I9079030a5fef9dc44da242adab3c568666777451
(cherry picked from commit 2a84a218ef)
2023-09-21 14:31:11 +02:00
doc Remove unicode to adapt to Python3 2021-01-03 11:27:52 +08:00
octavia_lib Fix a possible receive timeout 2023-09-21 14:31:11 +02:00
releasenotes Fix a possible receive timeout 2023-09-21 14:31:11 +02:00
tools Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
zuul.d Switch to 2023.1 Python3 unit tests and generic template name 2022-09-14 09:14:09 +00: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 Update .gitreview for stable/2023.2 2023-09-08 14:54:04 +00:00
.pylintrc Fix new pylint warnings 2022-06-21 15:16:21 +00: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 Drop lower-constraints.txt and its testing 2022-07-07 10:39:03 +02:00
setup.cfg Move to Python 3.8 2022-05-06 10:53:51 +02:00
setup.py Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
test-requirements.txt Fix lower-constraints 2021-01-22 19:19:01 +01:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.2 2023-09-08 14:54:05 +00:00

README.rst

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.