bcafa4bf3e
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
541 B
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.
- Free software: Apache license
- Source: https://opendev.org/openstack/ovsdbapp/
- Bugs: http://bugs.launchpad.net/ovsdbapp
Features
- An thread-based event loop for using ovs.db.Idl
- Transaction support
- Native OVSDB communication