Merge "Fix _delete_inventory log message in report client"

This commit is contained in:
Jenkins 2017-08-31 18:58:55 +00:00 committed by Gerrit Code Review
commit 2a4ca8bd6a

View File

@ -699,7 +699,7 @@ class SchedulerReportClient(object):
LOG.debug(msg, rp_uuid)
return
msg = _LI("Compute node %s reported no inventory but previous "
msg = _LI("Resource provider %s reported no inventory but previous "
"inventory was detected. Deleting existing inventory "
"records.")
LOG.info(msg, rp_uuid)