Fixes log formatiing string.

Closes-Bug: 1970091

Signed-off-by: Peter Rudenko <petro.rudenko@gmail.com>
Change-Id: Ibfc494874dedf418cf0eb2df95492bd0e3cda46d
This commit is contained in:
Peter Rudenko 2022-04-24 13:15:06 +03:00 committed by Peter Rudenko
parent 8e57495d10
commit 93dc442935
1 changed files with 1 additions and 1 deletions

View File

@ -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):