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:
parent
b74115c2f5
commit
27fd55bb8a
@ -699,7 +699,7 @@ class SchedulerReportClient(object):
|
|||||||
LOG.debug(msg, rp_uuid)
|
LOG.debug(msg, rp_uuid)
|
||||||
return
|
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 "
|
"inventory was detected. Deleting existing inventory "
|
||||||
"records.")
|
"records.")
|
||||||
LOG.info(msg, rp_uuid)
|
LOG.info(msg, rp_uuid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user