Fix _delete_inventory log message in report client

The message was referring to a compute node while in fact was logging
resource provider UUID.

Change-Id: I08702610f2ba11a0b3f4cf407a4afa4aa46cc429
This commit is contained in:
Vladyslav Drok 2017-08-29 17:56:13 +03:00
parent b74115c2f5
commit 27fd55bb8a

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)