OVSDB application library
Go to file
Terry Wilson f8776cfc9e Expand retry behavior to cover other python-ovs methods
If there is a disconnect, it is possible that we could throw an
exception if we call wait() while the stream is currently set to
None. Move the try: earlier so that if something weird happens, we
at least retry before raising.

Change-Id: Ic820ab3978a3b58a41762e6fca034f62d51a0243
(cherry picked from commit 46e4323bed)
2019-10-08 12:29:51 -05:00
doc/source Removes unnecessary utf-8 encoding 2017-07-20 16:35:33 +05:30
ovsdbapp Expand retry behavior to cover other python-ovs methods 2019-10-08 12:29:51 -05:00
playbooks/legacy OpenDev Migration Patch 2019-04-19 19:43:59 +00:00
releasenotes Update reno for stable/pike 2017-07-28 21:06:07 +00:00
tools Fix functional tests 2019-09-12 14:57:44 +01:00
zuul.d Set version of neutron-tempest-plugin for queens 2019-09-12 14:47:47 +00:00
.gitignore Ignore .testrepository and editor(s) files 2017-04-21 10:09:30 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:59 +00:00
.pylintrc pylint: Disable duplicate-code for check 2017-07-03 20:31:35 +00:00
.testr.conf Fix pep8/cookiecutter test running 2017-02-24 15:32:17 -05:00
CONTRIBUTING.rst Add cookiecutter output 2017-02-24 15:02:19 -05:00
HACKING.rst Update the documentation link for doc migration 2017-07-21 14:13:21 +08:00
LICENSE Add cookiecutter output 2017-02-24 15:02:19 -05:00
README.rst There is no documentation for ovsdbapp 2017-07-20 16:18:21 +05:30
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
requirements.txt Remove the oslo-utils dependency 2019-09-13 12:18:07 +02:00
setup.cfg Enable warning-is-error in doc build 2017-07-08 17:30:45 +00:00
setup.py Updated from global requirements 2017-03-15 04:26:57 +00:00
test-requirements.txt Updated from global requirements 2018-02-13 01:59:01 +00:00
tox.ini Change upper_constaints URL to new format 2019-09-12 14:47:54 +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