Update git submodules

* Update ovsdbapp from branch 'master'
  - Merge "Allow read-only Commands to bypass txns in execute()"
  - Allow read-only Commands to bypass txns in execute()
    
    Since the ovs_idl backend maintains an in-memory copy of the DB,
    read-only commands can be executed w/o creating a transaction.
    Since it is possible for a function that calls execute() to be
    automatically nested into an existing transaction, execute()
    wasn't able to access the result since it only happens once the
    parent transaction completed. Handling these read-only commands
    w/o creating a transaction allows the results to be read and
    avoids wasting resources by creating needless transactions.
    
    ReadOnlyCommands can still be used in with transaction(): blocks
    with no changes.
    
    Change-Id: I62d6fc2a209535227686a2397b8f7cb169e7d35b
    Closes-bug: 1813213
This commit is contained in:
Zuul 2019-01-25 16:06:58 +00:00 committed by Gerrit Code Review
parent 8e044a5cbc
commit 11932a842c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c4f4185826aaebb7311de22a95e61a17406f4bcc
Subproject commit 039da03fe4005161e9af2131a43f6355eb1cf1d0