Merge "Log when introspection has started"

This commit is contained in:
Jenkins 2015-07-09 13:17:13 +00:00 committed by Gerrit Code Review
commit 351e3f9c7f
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ def _background_introspect(ironic, node_info):
' check it\'s power '
'management configuration:\n%(exc)s')
% {'node': node_info.uuid, 'exc': exc})
LOG.info(_LI('Introspection started successfully for node %s'),
node_info.uuid)
else:
LOG.info(_LI('Introspection environment is ready for node %(node)s, '
'manual power on is required within %(timeout)d seconds') %