OVSDB application library
019f0a2acb
This patch fixes the return of two classes, ``HealthCheckAddCommand`` and ``GatewayChassisAddCommand``, that instead the new register UUID were returning the register ifself. NOTE: * ``HealthCheckAddCommand`` is only used in ``LbAddHealthCheckCommand`` (it has no IDL API method). It is tested in [1]. * ``GatewayChassisAddCommand`` is used in ``LrpAddCommand`` and ``LrpSetGatewayChassisCommand`` (it has no IDL API method). It is tested in [2] and [3]. [1] |
||
---|---|---|
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