aodh/aodh/storage
Stephen Finucane 45e8c6ae0c 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,
Aodh is currently relying on the autocommit behavior and needs changes
to explicitly manage sessions. Until that happens, we need to override
the default.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I129b54b06e1a5c3fafd2a03f295cc1cfd9c9e33c
2022-09-05 17:04:21 +01:00
..
sqlalchemy Remove six 2020-12-04 01:35:57 +00:00
__init__.py Limit number of records deleted by aodh-expirer 2021-05-06 21:02:35 +09:00
base.py Limit number of records deleted by aodh-expirer 2021-05-06 21:02:35 +09:00
impl_log.py Limit number of records deleted by aodh-expirer 2021-05-06 21:02:35 +09:00
impl_sqlalchemy.py Fix compatibility with oslo.db 12.1.0 2022-09-05 17:04:21 +01:00
models.py Support quota API 2020-01-29 22:09:39 +13:00