Minor string formatting follow-up to idrac jbod patch
Change-Id: Ia4d6ef705b0183c35c29ec53cef213aa5185651b
This commit is contained in:
@@ -109,6 +109,6 @@ def wait_for_job_completion(node,
|
|||||||
return
|
return
|
||||||
err_msg = _(
|
err_msg = _(
|
||||||
'There are unfinished jobs in the job '
|
'There are unfinished jobs in the job '
|
||||||
'queue on node %(node_uuid)r ') % {'node_uuid': node.uuid}
|
'queue on node %(node_uuid)s.') % {'node_uuid': node.uuid}
|
||||||
LOG.warning(err_msg)
|
LOG.warning(err_msg)
|
||||||
raise exception.DracOperationError(error=err_msg)
|
raise exception.DracOperationError(error=err_msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user