Update git submodules

* Update neutron from branch 'master'
  to ab24ff018fd2d9f32c8ed398176be7b666489ae8
  - Merge "Don't ever give up trying to connect to OVN DBs"
  - Don't ever give up trying to connect to OVN DBs
    
    It doesn't really make since to give up connectimg to the OVN DBs
    since we can't do anything without them. If ovsdb-server is slow
    and takes more than timeout seconds, everything reconnecting after
    partial downloads and starting over is not going to make things
    better.
    
    We can change the behavior in ovsdbapp, but doing it without
    making non-backportable API changes isn't easily doable.
    The plan would be, after merging this back through stable, to
    modify ovsdbapp to allow setting different connection and txn
    timeouts and being able to disable the timeout in wait_for_change
    with a value of -1. Then in the main branch of neutron we can
    use that going forward.
    
    Change-Id: Ia9e23113fdeebf0b99085da200c3d61b71567d36
This commit is contained in:
Zuul 2021-04-26 12:26:29 +00:00 committed by Gerrit Code Review
parent 64a14ae325
commit 0b20d5bc2f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6fb58d8a7ed1eedb6fcb737e1f2854fb9945475c
Subproject commit ab24ff018fd2d9f32c8ed398176be7b666489ae8