Update git submodules

* Update ovsdbapp from branch 'master'
  to bc004045cd30a708eadd64ded1af1b30ef1d1918
  - Add an active wait in the "Backend.lookup"
    
    Added an active wait in the method "Backend.lookup". If a timeout
    and a RowEventHandler instance, listening on the same IDL connection,
    are passed, if the "lookup" method does not find the requested
    register, the method creates a WaitEvent instance related to the
    table and register requested.
    
    If the wait event returns, the expected record will be stored in the
    event "result" member and will be the value returned by this method.
    
    If the wait event timeout expires, the method will throw an
    ``idlutils.RowNotFound`` exception.
    
    Closes-Bug: #1922934
    
    Change-Id: I580bfb640d8157b4e749d7b1fe5de7568e99943d
This commit is contained in:
Rodolfo Alonso Hernandez 2021-04-28 12:45:18 +00:00 committed by Gerrit Code Review
parent f9eb34288f
commit 345bdca453
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 627b14e2a784c7eddd7b82d35b4ff00968f994e1
Subproject commit bc004045cd30a708eadd64ded1af1b30ef1d1918