OVN Octavia provider driver.
Go to file
Brian Haley 7d719a225d Remove the dependency on the "mock" package
This repo is python3 only, we should move to using the built
in version of mock that supports all of our testing needs and
remove the dependency on the "mock" package.

This patch moves all references to "import mock" to
"from unittest import mock".

Fixed one related functional test failure.

Conflicts:
  ovn_octavia_provider/tests/functional/test_driver.py

Change-Id: I4f7568b1af254488cbc75aefac2a1708e70eaf31
(cherry picked from commit 88ea5cf828)
2021-06-03 14:17:45 -04:00
devstack Add installation of octavia-tempest-plugin to sample local.conf 2020-08-03 12:24:12 +02:00
doc Add configuration page to docs 2020-03-18 14:26:32 +00:00
etc Add configuration page to docs 2020-03-18 14:26:32 +00:00
ovn_octavia_provider Remove the dependency on the "mock" package 2021-06-03 14:17:45 -04:00
playbooks Import OVN LB functional tests 2020-02-24 08:15:13 +00:00
releasenotes Add support for multiple L4 protocols withing same LB 2020-02-24 14:16:25 +00:00
roles Fix pep8 and functional jobs 2020-08-03 10:17:31 +00:00
tools Add configuration page to docs 2020-03-18 14:26:32 +00:00
zuul.d Fix broken gate 2020-09-30 17:33:56 -04:00
.coveragerc Omit tests directory while couting the coverage report 2020-08-03 12:24:19 +02:00
.gitignore Initialize repository 2020-01-15 14:41:32 +00:00
.gitreview Update .gitreview for stable/ussuri 2020-04-11 18:46:35 +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 Initialize repository 2020-01-15 14:41:32 +00:00
LICENSE Initialize repository 2020-01-15 14:41:32 +00:00
README.rst Initialize repository 2020-01-15 14:41:32 +00:00
lower-constraints.txt Fix gate failure 2020-12-15 21:28:02 -05:00
requirements.txt Fix gate failure 2020-12-15 21:28:02 -05:00
setup.cfg Spawn long-running processes in the driver agent 2020-04-29 10:11:19 -04:00
setup.py Initialize repository 2020-01-15 14:41:32 +00:00
test-requirements.txt Fix gate failure 2020-12-15 21:28:02 -05:00
tox.ini Fix gate failure 2020-12-15 21:28:02 -05: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