From 0b20d5bc2f29faf0b8c73edf519a868bfdc1bcc6 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 26 Apr 2021 12:26:29 +0000 Subject: [PATCH] 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 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 6fb58d8a7e..ab24ff018f 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 6fb58d8a7ed1eedb6fcb737e1f2854fb9945475c +Subproject commit ab24ff018fd2d9f32c8ed398176be7b666489ae8