Merge "Fix exception on provisioning with idrac hw type"

This commit is contained in:
Zuul 2019-08-22 18:22:28 +00:00 committed by Gerrit Code Review
commit 9bbf5115c1

View File

@ -259,8 +259,8 @@ def set_boot_device(node, device, persistent=False):
timeout = CONF.drac.boot_device_job_status_timeout
end_time = time.time() + timeout
LOG.debug('Waiting for BIOS configuration job %{job_id}s '
'to be scheduled for node %{node}s',
LOG.debug('Waiting for BIOS configuration job %(job_id)s '
'to be scheduled for node %(node)s',
{'job_id': job_id,
'node': node.uuid})