ironic-inspector/ironic_inspector/test
Kaifeng Wang a8c1d06bd0 introspection data backend: implements db
Configurable introspection data storage backend [1] is
proposed to provide flexible extension of introspection
data storage instead of the single support of Swift storage
backend.

This patch adds database support for using ironic-inspector
database as the storage backend.

A table named ``introspection_data`` is created to serve as
the storage for introspected data.

[1] http://specs.openstack.org/openstack/ironic-inspector-specs/specs/configurable-introspection-data-backends.html

Change-Id: I8b29b7b86d90823d29b921ebf64acddbcd2d8d0d
Story: 1726713
Task: 11373
2018-12-04 10:54:32 +08:00
..
unit introspection data backend: implements db 2018-12-04 10:54:32 +08:00
__init__.py Remove the generic eventlet monkey patch from test 2016-11-18 10:35:53 +01:00
base.py Switch documentation to hardware types 2018-03-16 17:11:05 +01:00
functional.py Wrap rpc server into oslo.service 2018-10-23 09:17:42 +08:00