gnocchi/gnocchi/tests/indexer
Julien Danjou 67f43a2f7e sqlalchemy: switch to new oslo.db facade
The SQLAlchemyIndexer is a class with methods, which is not the
standalone-function based calling style that the new enginefacade was designed
for; additionally, it does not use the global engine scope and instead has its
own, which is even disconnectable (do we need that?) So an interim
PerInstanceFacade object is produced locally which ideally should be replaced
with first-class patterns in oslo.db, supporting context on an methods with
"self" as well as supporting self-local transaction facades (if we really need
that?).

Change-Id: I4e60cca3434e4290145a6a38ce6f27a6c7b1d2be
Co-Authored-By: Mike Bayer <mike_mp@zzzcomputing.com>
2016-01-21 13:55:22 +01:00
..
sqlalchemy sqlalchemy: switch to new oslo.db facade 2016-01-21 13:55:22 +01:00
__init__.py Add Alembic support 2015-05-04 17:49:41 +02:00