From 260057d2cb5d18aa6610b0e023ea7cb4c8672ddf Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 18 Oct 2022 16:16:14 +0000 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_neutron from branch 'master' to 5baba403377d4fa44f19d273c993651ca1492798 - Merge "Avoid ovs restart during package upgrade" - Avoid ovs restart during package upgrade When installing/upgrading packages (like ovs) a race-condition may occur when neutron-ovs-agent tries to restore mesh while ovs is being spawning down. This results in errors in neutron-ovs-agent like: ovsdb-client: tcp:127.0.0.1:6640: Open_vSwitch database was removed ovsdbapp.exceptions.TimeoutException: TXN queue is full In order to prevent that we disable ablity to restart services on package installation/upgrade, but do that with handler after neutron-ovs-agent get stopped. Change-Id: I4bd717c35e030aa1ede21d9a01460037d1ab070c --- openstack-ansible-os_neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_neutron b/openstack-ansible-os_neutron index cce4be1037..5baba40337 160000 --- a/openstack-ansible-os_neutron +++ b/openstack-ansible-os_neutron @@ -1 +1 @@ -Subproject commit cce4be10378a905dccd76ce31aceeb386d58594b +Subproject commit 5baba403377d4fa44f19d273c993651ca1492798