murano/murano/db
Thomas Goirand 46b34c05b0 Fix compatibility with oslo.db 12.1.0
oslo.db 12.1.0 has changed the default value for the 'autocommit'
parameter of 'LegacyEngineFacade' from 'True' to 'False'. This is a
necessary step to ensure compatibility with SQLAlchemy 2.0. However, we
are currently relying on the autocommit behavior and need changes to
explicitly manage sessions. Until that happens, we need to override the
default.

Note that this patch was written using this one as example:
https://review.opendev.org/c/openstack/magnum/+/858374

Also include Zuul gate fix. Fix as described in [1][2]

[1] https://lists.opendev.org/pipermail/service-announce/2022-September/000044.html
[2] https://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html

Change-Id: I963e741078514b1cca6ed0e510cefaeccdd3499a
2022-10-12 13:11:52 +11:00
..
catalog Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
cfapi_migration Remove the deadcode 2019-08-15 19:32:01 +08:00
migration Remove six murano/db 2020-04-17 20:05:40 -07:00
services Tenant to project migration for RequestContext 2022-03-29 12:43:00 +00:00
sqla Drop use of 'oslo' namespace package 2015-04-28 20:21:22 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
api.py Fix DB migration script 2014-07-12 13:16:04 +00:00
cfapi_models.py Add models and migration for new service broker db 2016-05-18 22:04:57 -04:00
models.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
session.py Fix compatibility with oslo.db 12.1.0 2022-10-12 13:11:52 +11:00