Update git submodules

* Update neutron from branch 'master'
  - Merge "[OVN]: Make _delete_port() more error-resilent"
  - [OVN]: Make _delete_port() more error-resilent
    
    This patch is making the transaction from the _delete_port() method in
    OVNClient more resilient to errors where elements from that transaction
    have already been deleted by another change in the database.
    
    Prior to this patch, a few places could potentially raise RowNotFound
    which would abort the whole transaction and would leave the a stable
    port for being cleaned up after by the maintenance thread. This patch
    tries to catch those exceptions that could potentially fail the
    transaction.
    
    Change-Id: I8fd1d1485269d23529a19085bd4aa4c6c74f5f91
    Partial-Bug: #1874733
    Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
Zuul 2020-05-14 00:33:54 +00:00 committed by Gerrit Code Review
parent 4dfd02bb48
commit 01051b1c60
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 80ac531a3f7d813ab2f836049872cc93d6be5f3c
Subproject commit cb55643a0695ebc5b41f50f6edb1546bcc676b71