OVN Octavia provider driver.
Go to file
Brian Haley 69b392de9c Fix python 3.9 unit test failures
Running the python 3.9 unit tests locally results in failures
like:

  TypeError: cannot pickle '_thread.RLock' object

Because we are inheriting some of the neutron code, and this
is fixed in that repository, just bump the minimum requirement
to 18.0.0 (Wallaby) now that it is released. This does not
happen in the gate since it is always using master.

Raised minimum of other libraries as necessary.

Change-Id: I820c924189d2973aefcb1452331c904f1ee7051f
Closes-bug: #1923083
2021-04-21 22:11:38 -04:00
devstack Update sample local.conf to mention OVN_BRANCH 2021-03-05 17:00:39 -05:00
doc Update ROUND_ROBIN to SOURCE_IP_PORT in docs 2020-07-14 12:30:48 +00:00
etc Add configuration page to docs 2020-03-18 14:26:32 +00:00
ovn_octavia_provider Merge "Add SCTP support" 2021-03-12 16:17:18 +00:00
playbooks Import OVN LB functional tests 2020-02-24 08:15:13 +00:00
releasenotes Add SCTP support 2021-03-09 12:32:31 -05:00
roles Fix broken gate 2020-09-14 17:35:31 -04:00
tools Add configuration page to docs 2020-03-18 14:26:32 +00:00
zuul.d Merge "Start running the tempest API tests" 2021-03-12 19:00:14 +00:00
.coveragerc Omit tests directory while couting the coverage report 2020-07-27 15:25:55 +02:00
.gitignore Initialize repository 2020-01-15 14:41:32 +00:00
.gitreview Added .gitreview 2019-12-13 17:32:00 +00:00
.pylintrc Initialize repository 2020-01-15 14:41:32 +00:00
.stestr.conf Initialize repository 2020-01-15 14:41:32 +00:00
CONTRIBUTING.rst Initialize repository 2020-01-15 14:41:32 +00:00
HACKING.rst Switch from unittest2 compat methods to Python 3.x methods 2020-09-24 17:27:09 -04:00
LICENSE Initialize repository 2020-01-15 14:41:32 +00:00
README.rst Initialize repository 2020-01-15 14:41:32 +00:00
bindep.txt Include python36-devel in bindep 2020-10-05 09:02:29 -04:00
lower-constraints.txt Fix python 3.9 unit test failures 2021-04-21 22:11:38 -04:00
requirements.txt Fix python 3.9 unit test failures 2021-04-21 22:11:38 -04:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:15 -05:00
setup.py Initialize repository 2020-01-15 14:41:32 +00:00
test-requirements.txt Fix python 3.9 unit test failures 2021-04-21 22:11:38 -04:00
tox.ini Merge "Switch from unittest2 compat methods to Python 3.x methods" 2021-03-05 22:49:10 +00:00

README.rst

ovn-octavia-provider - OVN Provider driver for Octavia LoadBalancer

OVN provides virtual networking for Open vSwitch and is a component of the Open vSwitch project. This project provides integration between OpenStack Octavia and OVN.

Team and repository tags

image