OVSDB application library
e62823d134
... because hacking 3.0.x is too old. pylint is also bumped to resolve conflicting dependencies. The new version is currently used in neutron. The pylint setting is imported from neutron with one additional disablement to ignore the following error. ovsdbapp/schema/open_vswitch/helpers.py:47:14: R1732: Consider using 'with' for resource-allocating operations (consider-using-with) Change-Id: I41b4524ff13b8d46d2e0c76f09b5ec47601bd955 |
||
---|---|---|
doc | ||
ovsdbapp | ||
releasenotes | ||
tools | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
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: https://bugs.launchpad.net/ovsdbapp
Features:
- An thread-based event loop for using ovs.db.Idl
- Transaction support
- Native OVSDB communication