A library to support Octavia provider drivers.
Go to file
likui aa03b89ae4 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ica2651a3d83008e9637dedc20aa4a7d015ed76c3
2021-05-13 09:47:39 +08:00
doc Remove unicode to adapt to Python3 2021-01-03 11:27:52 +08:00
octavia_lib Add alpn_protocols to the pool data model 2021-01-25 16:31:13 +00:00
releasenotes Merge "Remove unicode to adapt to Python3" 2021-03-03 15:31:58 +00:00
tools Initial provider driver library checkin 2018-11-12 10:39:44 -08:00
zuul.d Add Python3 wallaby unit tests 2020-09-08 22:18:48 +00:00
.coveragerc Initial cookie-cutter commit for octavia-lib 2018-10-12 14:03:43 -07:00
.gitignore Add 'additional_vips' field to driver datamodel 2019-06-07 04:05:35 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:45 +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 Add releasenotes link to README 2020-06-10 09:30:11 +08:00
lower-constraints.txt Fix lower-constraints 2021-01-22 19:19:01 +01:00
requirements.txt Remove all usage of six library 2020-01-20 15:41:24 -05:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-13 09:47:39 +08: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 Stop configuring install_command in tox. 2020-10-14 14:13:14 -04: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.