The fix for closing unix pipes [1] calls WaitQueue.close() from a
generic class. But the WaitQueue is different for Windows systems.
This can potentially raise an AttributeError, so this patch adds an
empty method to avoid this.
Related-Bug: #2136747
[1] ce46cc469b
Change-Id: I8812b805d859838a6764410afd7e97a45c0a3ae1
Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
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
Description
Languages
Python
99.2%
Shell
0.8%