Merge "Fix exception on provisioning with idrac hw type"
This commit is contained in:
commit
9bbf5115c1
@ -259,8 +259,8 @@ def set_boot_device(node, device, persistent=False):
|
|||||||
timeout = CONF.drac.boot_device_job_status_timeout
|
timeout = CONF.drac.boot_device_job_status_timeout
|
||||||
end_time = time.time() + timeout
|
end_time = time.time() + timeout
|
||||||
|
|
||||||
LOG.debug('Waiting for BIOS configuration job %{job_id}s '
|
LOG.debug('Waiting for BIOS configuration job %(job_id)s '
|
||||||
'to be scheduled for node %{node}s',
|
'to be scheduled for node %(node)s',
|
||||||
{'job_id': job_id,
|
{'job_id': job_id,
|
||||||
'node': node.uuid})
|
'node': node.uuid})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user