mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-11 19:56:55 +00:00
Update git submodules
* Update ovsdbapp from branch 'master'
to b4b46458362e299682bbbd23016c29f8e5c0d761
- windows: Add close() method to WaitQueue
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>
This commit is contained in:
parent
d75ae5e458
commit
b98bdcb8e5
1 changed files with 1 additions and 1 deletions
2
ovsdbapp
2
ovsdbapp
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b05ee9418306be6e46e2b2faec89c436e122386
|
||||
Subproject commit b4b46458362e299682bbbd23016c29f8e5c0d761
|
||||
Loading…
Add table
Reference in a new issue