Integration library between network (Neutron) and compute (Nova) providers
Go to file
Rodolfo Alonso Hernandez 1546d349b1 Add native implementation OVSDB API
Added native implementation OVSDB API. Both APIs may be enabled
via configuration file. The default one is the CLI vsctl.

A new configuration variable, ``ovsdb_connection``, is added to
define the connection string for the OVSDB backend.

Added functional tests to vif_plug_ovs. This commit also includes
the base functions to execute functional tests and a set of them
to test the OVSDB APIs: native and ovs-vsctl.

Closes-Bug: #1666917
Change-Id: I86fbf8c67572e51889eb091d7bff7f9350b52481
2019-02-26 18:15:14 +00:00
doc Extend port profiles with datapath offload type 2019-01-14 17:23:22 +02:00
os_vif Merge "docs: Add API docs for profile, datapath offload types" 2019-02-26 16:45:51 +00:00
playbooks Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
releasenotes Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
vif_plug_linux_bridge Fix nits in brctl removal (vif_plug_linux_bridge) 2019-02-25 16:22:57 +02:00
vif_plug_noop add noop plugin 2018-07-05 16:20:22 +00:00
vif_plug_ovs Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Git ignore .stestr 2018-01-15 16:18:50 +01:00
.gitreview Added .gitreview 2015-11-11 16:10:58 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.stestr.conf Migrate from 'ip' commands to 'pyroute2' 2018-01-08 10:17:42 +00:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.zuul.yaml Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
CONTRIBUTING.rst Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
HACKING.rst Reflow docs to 79 columns 2018-10-11 16:40:54 +02:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
README.rst Add release note link in README 2018-06-27 15:52:27 +00:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
lower-constraints.txt Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
requirements.txt Extend port profiles with datapath offload type 2019-01-14 17:23:22 +02:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 21:00:54 -05:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
tox.ini make functional tests run on python 3 2019-02-25 14:37:16 +00:00

README.rst

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.