OVSDB application library
Go to file
Terry Wilson df707485c1 Log invalid address values in lsp_set_addresses
Change-Id: Ib3318ccf1dcb33f5a1ebe15d2e7fdd5631e68786
(cherry picked from commit 575219d54b)
2020-01-22 14:09:17 +00:00
doc/source Update the UPPER_CONSTRAINTS_FILE for tox 2019-06-27 20:40:14 +08:00
ovsdbapp Log invalid address values in lsp_set_addresses 2020-01-22 14:09:17 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:48:28 +00:00
tools Fix all of the train gate issues 2019-10-04 11:32:48 -05:00
zuul.d Fix all of the train gate issues 2019-10-04 11:32:48 -05:00
.gitignore Switch to stestr 2018-07-10 16:23:46 +07:00
.gitreview Fix all of the train gate issues 2019-10-04 11:32:48 -05:00
.pylintrc update pylint to 1.9.2 2018-08-21 09:36:16 -04:00
.stestr.conf Group tests in same class to run in same group 2018-11-20 12:32:29 -06:00
CONTRIBUTING.rst Update the UPPER_CONSTRAINTS_FILE for tox 2019-06-27 20:40:14 +08:00
HACKING.rst Check for oslo library usage 2018-08-23 09:03:54 -05:00
LICENSE Add cookiecutter output 2017-02-24 15:02:19 -05:00
README.rst Update the UPPER_CONSTRAINTS_FILE for tox 2019-06-27 20:40:14 +08:00
TESTING.rst Add ability to debug OVS virtual environments 2017-07-13 19:51:31 +00:00
babel.cfg Add cookiecutter output 2017-02-24 15:02:19 -05:00
bindep.txt Add OVN Northbound API for LS, LSP, and DHCP 2017-07-03 23:19:46 -05:00
lower-constraints.txt Bump appdirs lower constraint 2019-02-26 14:11:52 -06:00
requirements.txt Remove the oslo-utils dependency 2018-08-21 11:16:26 +02:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 13:56:16 -04:00
setup.py Updated from global requirements 2017-03-15 04:26:57 +00:00
test-requirements.txt Sync Sphinx requirement 2019-06-27 12:43:55 +00:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2019-10-04 16:52:41 +00:00

README.rst

ovsdbapp

A library for creating OVSDB applications

The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.

Features

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication