From bb32fd043f378ee97401d752223eb8144d677e1f Mon Sep 17 00:00:00 2001 From: Bodo Petermann Date: Mon, 20 Jun 2022 14:42:06 +0200 Subject: [PATCH] Update git submodules * Update neutron-vpnaas from branch 'master' to 740bf12dfa6850c84a3ce07c1a840ae113045f71 - Fix creating ipsec site connection Fixes a RuntimeError "Method remove_reservation cannot be called within a transaction" while creating an ipsec site connection. To avoid the error the service driver now gets the vpnservice (to get the router_id) inside a CONTEXT_READER wrapper. Closes-Bug: #1978571 Change-Id: I6552816db8a596a933365dc9de481d8c32371f1c --- neutron-vpnaas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron-vpnaas b/neutron-vpnaas index 6a226281bb..740bf12dfa 160000 --- a/neutron-vpnaas +++ b/neutron-vpnaas @@ -1 +1 @@ -Subproject commit 6a226281bb28b6e64c55f997b79224bcfad79ea5 +Subproject commit 740bf12dfa6850c84a3ce07c1a840ae113045f71