From 23f340ac9bcf90ecf14babfdc70daf1e34b46039 Mon Sep 17 00:00:00 2001 From: Martin Chacon Piza Date: Fri, 23 Jul 2021 10:50:45 +0200 Subject: [PATCH] Update git submodules * Update monasca-api from branch 'master' to 7466a2f962ec5e14651ad9d5597753b3c05c3c25 - Replace removed DB methods with current ones Replace removed Binary with LargeBinary import Remove reflect=True from Alembic MetaData Replace removed idle_timeout with connection_recycle_time option - Binary was removed in SQLAlchemy 1.4.x [1] - SQLAlchemy was updated to 1.4.15 in u-c [2] - idle_timeout was removed in oslo.db 10.0.0 [3] - oslo.db was updated to 10.0.0 in u-c [4] - idle_timeout was already deprecated and renamed as connection_recycle_time [5] [1] https://github.com/sqlalchemy/sqlalchemy/issues/6263#issuecomment-819645247 [2] https://opendev.org/openstack/requirements/commit/dc86260b283dedc3076d7873f5f031f45e3e3671 [3] https://opendev.org/openstack/oslo.db/commit/a857b83c9c28d1fe461d1c06549607c48acf337b [4] https://opendev.org/openstack/requirements/commit/f322cc13d8a33e54ccd29d86318dda6533129e20 [5] https://opendev.org/openstack/oslo.db/commit/6634218415906192fca891362b8fa0ac50b66284 Change-Id: I13ec9c2b53174cfb2e3cb990ec773588cf68007c --- monasca-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monasca-api b/monasca-api index 3d43cbec0f..7466a2f962 160000 --- a/monasca-api +++ b/monasca-api @@ -1 +1 @@ -Subproject commit 3d43cbec0f73ccfcb3ac43d03d710e71dda68553 +Subproject commit 7466a2f962ec5e14651ad9d5597753b3c05c3c25