Update git submodules

* Update neutron from branch 'master'
  - Merge "[OVN] Do not delete port's revision on RowNotFound"
  - [OVN] Do not delete port's revision on RowNotFound
    
    The delete_port() method from OVNClient has a potential problem of
    leaving stale ports when RowNotFound is raised from the process to
    delete the port from the OVN database. Since the exception is not
    granular enough, the RowNotFound could be raised from other objects that
    are part of the same transaction (such as ACLs, DNS entries, etc...)
    resulting in the revision for the port being deleted even tho the port
    is still in the database.
    
    Instead of giving a pass on the RowNotFound exception, this patch is
    logging the error and re-raising it without deleting the revision.
    
    Change-Id: I25b93b7c080403fc38365b638e4e03298b447d0f
    Partial-Bug: #1874733
    Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
Zuul 2020-05-01 01:17:49 +00:00 committed by Gerrit Code Review
parent 3d588382ea
commit af5af46ab0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4f3d5778a946daf0130c6e64eabe8ea59f2be8bb
Subproject commit 34448578cba471a0a4f1b49308eeb5c54009a725