ovsdbapp/README.rst
caoyuan bcafa4bf3e Update the UPPER_CONSTRAINTS_FILE for tox
1. Update the UPPER_CONSTRAINTS_FILE for tox[1]
2. Remove unncessary "=="
3. Update some URLs to latest

[1]: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I447fa8594a7f11d5d8ed455353020b6871f596e5
2019-06-27 20:40:14 +08:00

541 B

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