ironic-inspector/ironic_inspector
Dmitry Tantsur 57ee71b2e0 Clean up logging related to new state machine
* Do not log every function call. It was nice for debugging, but now it just
  clutters the logs. Expecially when we log arguments, containing
  the whole inventory.
* Do not log "state None", it's not helpful.
* Move state assignment down in NodeCache.__init__, otherwise it's always
  overwritten by invalidate_cache() call.

Change-Id: Ic7e8f6a6c3957684be2f6f80529aa7776df81153
2017-01-31 13:21:43 +01:00
..
common Do not use loopback BMC addresses for lookup 2017-01-17 13:50:46 +01:00
migrations Introducing node introspection state management 2016-12-15 00:20:27 +01:00
plugins Use the device hints matching mechanism from ironic-lib 2016-12-16 16:55:51 +00:00
test Clean up logging related to new state machine 2017-01-31 13:21:43 +01: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 Add drac_address to ipmi_address_fields 2016-12-15 17:15:25 +02:00
db.py Introducing node introspection state management 2016-12-15 00:20:27 +01:00
dbsync.py Remove downgrades from migrations 2016-03-25 13:37:49 +02:00
firewall.py Update to hacking 0.12.0 and use new checks 2016-11-09 05:37:10 -08:00
introspect.py Introducing node introspection state management 2016-12-15 00:20:27 +01:00
introspection_state.py Introducing node introspection state management 2016-12-15 00:20:27 +01:00
main.py Add API for listing all introspection statuses 2016-11-21 15:58:24 +01:00
node_cache.py Clean up logging related to new state machine 2017-01-31 13:21:43 +01:00
process.py Merge "Use oslo_serialization.base64 to follow OpenStack Python3" 2016-12-15 17:47:20 +00:00
rules.py Check whether action value is string before calling format() 2016-08-03 17:13:03 +08:00
utils.py Introducing node introspection state management 2016-12-15 00:20:27 +01:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00