Log when introspection has started

Without this our logs look incomplete.

Change-Id: If51e8e228d88bf8d4a65e75e278c5397edf96e6a
This commit is contained in:
Dmitry Tantsur 2015-07-08 20:27:51 +02:00
parent 5410e163c2
commit 2b64512be8
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') %