ironic-inspector/ironic_inspector
Pavlo Shchelokovskyy a65a2ee5d2 Properly init config in unit tests
upcoming policy-related changes need a properly initialized
global oslo_config's CONF instance, which inspector's unit tests
currently lack.

As a side effect of implementing this, the 'dbsync' module was
changed to not register it's CLI options right on its import.

Also, setting default log levels was moved to a function which
is already registered as the one providing defaults to options
in oslo_config's entrypoints. Config sample is updated accordingly.

Change-Id: I20bc537605062900d00fcc0343172774c1cd1363
2017-10-06 08:23:06 +00:00
..
cmd Preparing for service splitting 2017-05-26 11:59:35 +03:00
common Properly init config in unit tests 2017-10-06 08:23:06 +00:00
migrations Merge "PGSQL: create Enum before using" 2017-07-29 21:40:20 +00:00
plugins Do not rely on the older ipmi_address field on lookup 2017-09-04 14:43:13 +02:00
pxe_filter Allow periodics to terminate inspector 2017-09-01 15:33:24 +02:00
test Properly init config in unit tests 2017-10-06 08:23:06 +00: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 Properly init config in unit tests 2017-10-06 08:23:06 +00:00
db.py Use new oslo db EngineFacade 2017-06-15 14:25:55 +03:00
dbsync.py Properly init config in unit tests 2017-10-06 08:23:06 +00:00
firewall.py Merge "Remove translation of log messages Part-2" 2017-03-29 11:17:30 +00:00
introspect.py Clean up deprecated config options 2017-08-09 11:38:29 +03: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 Do not rely on the older ipmi_address field on lookup 2017-09-04 14:43:13 +02:00
rules.py Remove rollback support from introspection rules 2017-05-17 18:33:34 +02:00
utils.py Merge "Treat 0.0.0.0 and '' as missing BMC address" 2017-08-10 16:51:42 +00:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00
wsgi_service.py Allow periodics to terminate inspector 2017-09-01 15:33:24 +02:00