A library to support Octavia provider drivers.
Go to file
Michael Johnson 544d05f24b Fix some driver library bugs
This patch corrects some python3 byte string issues in the driver
library callbacks.
It also corrects an issue where multiple update calls may cause a
bad file descriptor error.

Change-Id: I3a03f2d8e65d48fe3791611486cb5da4961335b6
2019-02-07 16:22:04 -08:00
doc Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
octavia_lib Fix some driver library bugs 2019-02-07 16:22:04 -08:00
releasenotes Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
tools Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
zuul.d Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
.coveragerc Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
.gitignore Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
.gitreview Added .gitreview 2018-09-28 20:09:50 +00:00
.pylintrc Initial provider driver library checkin 2018-11-12 10:39:44 -08: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 Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
babel.cfg Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
lower-constraints.txt Add missing libraries to requirement files 2019-01-26 18:40:20 +01:00
requirements.txt Add missing libraries to requirement files 2019-01-26 18:40:20 +01:00
setup.cfg Fix some driver library bugs 2019-02-07 16:22:04 -08:00
setup.py Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
test-requirements.txt Add missing libraries to requirement files 2019-01-26 18:40:20 +01:00
tox.ini Add missing libraries to requirement files 2019-01-26 18:40:20 +01: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.