ironic-inspector/ironic_inspector
Anton Arefiev fcec378594 Use new oslo db EngineFacade
Legacy EngineFacade was deprecated a while ago, using new
EngineFacade system is the recommended way to work with
db engine and session.

The new system has a lot of notable changes[1]:

 * Thread-safe initialization of EngineFacade;
 * Declarative reader/writer transactions separation;
 * Transaction scope defined by developer-specified context.

[1] http://specs.openstack.org/openstack/oslo-specs/specs/kilo/make-enginefacade-a-facade.html

Closes-Bug: #1475182
Change-Id: Ia03f35a1f3b22b2eda74263e319469cf2391e7b5
2017-06-15 14:25:55 +03:00
..
cmd Preparing for service splitting 2017-05-26 11:59:35 +03:00
common Merge "Completely remove support for setting IPMI credentials" 2017-05-31 15:04:49 +00:00
migrations Use new oslo db EngineFacade 2017-06-15 14:25:55 +03:00
plugins Remove rollback support from introspection rules 2017-05-17 18:33:34 +02:00
test Use new oslo db EngineFacade 2017-06-15 14:25:55 +03:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
api_tools.py Add API for listing all introspection statuses 2016-11-21 15:58:24 +01:00
conf.py Deprecate removing old status and disable it by default 2017-06-13 13:43:19 +02:00
db.py Use new oslo db EngineFacade 2017-06-15 14:25:55 +03:00
dbsync.py Use flake8-import-order 2017-02-16 10:11:06 -08:00
firewall.py Merge "Remove translation of log messages Part-2" 2017-03-29 11:17:30 +00:00
introspect.py Completely remove support for setting IPMI credentials 2017-05-26 14:29:13 +02:00
introspection_state.py Allow timeout in active states 2017-05-10 15:11:59 +02:00
main.py Merge "Completely remove support for setting IPMI credentials" 2017-05-31 15:04:49 +00:00
node_cache.py Merge "Deprecate removing old status and disable it by default" 2017-06-15 10:33:15 +00:00
process.py [refactoring] simplify signature of _finish function 2017-06-06 16:55:38 +02:00
rules.py Remove rollback support from introspection rules 2017-05-17 18:33:34 +02:00
utils.py Remove translation of log messages Part-1 2017-03-24 21:45:04 +00:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00
wsgi_service.py Preparing for service splitting 2017-05-26 11:59:35 +03:00