Fix missing print format error

Missing print format will cause 'ValueError: unsupported
format character' error, this is to fix it.

Change-Id: I7f802073253b9e45ce0a89512122d9f470de4ed5
This commit is contained in:
zhu.fanglei 2019-03-11 13:50:26 +08:00
parent 02df7f7288
commit c9b3ef468a

View File

@ -258,7 +258,7 @@ class IloInspect(base.InspectInterface):
'connected or not for ProLiant Gen8 and Gen9 servers. '
'Hence returns all the MACs present on the server. '
'Please remove the ironic ports created for inactive '
'NICs manually for the node %(node)',
'NICs manually for the node %(node)s',
{"node": task.node.uuid})
task.node.save()