Fixes log formatiing string.
Closes-Bug: 1970091 Signed-off-by: Peter Rudenko <petro.rudenko@gmail.com> Change-Id: Ibfc494874dedf418cf0eb2df95492bd0e3cda46d
This commit is contained in:
parent
8e57495d10
commit
93dc442935
@ -1167,7 +1167,7 @@ class IPMIManagement(base.ManagementInterface):
|
||||
LOG.info('For node %(node_uuid)s, '
|
||||
'driver_info[\'ipmi_disable_boot_timeout\'] is set '
|
||||
'to False, so not sending ipmi boot-timeout-disable',
|
||||
{'node_uuid', task.node.uuid})
|
||||
{'node_uuid': task.node.uuid})
|
||||
|
||||
ifbd = task.node.driver_info.get('ipmi_force_boot_device', False)
|
||||
if strutils.bool_from_string(ifbd):
|
||||
|
Loading…
x
Reference in New Issue
Block a user