From 3ac27bc092758ba34261d6e5fb50349d64c48153 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 31 May 2022 22:09:42 +0000 Subject: [PATCH] Update git submodules * Update charm-neutron-api-plugin-ovn from branch 'master' to f67c9b7ba5bcf607094de0420e608f9b5811eb65 - Merge "Fix offline network migration for sqlalchemy 1.4+" - Fix offline network migration for sqlalchemy 1.4+ Sqlalchemy 1.4 dropped support for RowProxy and Row now behaves like a tuple. This causes row and column iteration to fail using the RowProxy semantics as the iteration methods are no longer there. Fix this by checking which method needs to be used. This is necessary for backwards compatibility with the Xena release for the Yoga branch. Closes-Bug: #1968647 Change-Id: I6a4adbd87bd59ad3a4b0a8cef187d82f4e128084 --- charm-neutron-api-plugin-ovn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-neutron-api-plugin-ovn b/charm-neutron-api-plugin-ovn index 7785c5b87d..f67c9b7ba5 160000 --- a/charm-neutron-api-plugin-ovn +++ b/charm-neutron-api-plugin-ovn @@ -1 +1 @@ -Subproject commit 7785c5b87da854cda13b8a71496bb858649ee99d +Subproject commit f67c9b7ba5bcf607094de0420e608f9b5811eb65