mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-16 16:40:54 +00:00
Actually use the interposer for firmware update
This commit is contained in:
@@ -497,7 +497,7 @@ class IpmiHandler(object):
|
||||
return self.ipmicmd.update_firmware(filename, progress=progress, data=data, bank=bank, otherfields=params)
|
||||
|
||||
def handle_update(self):
|
||||
u = firmwaremanager.Updater(self.node, self.ipmicmd.update_firmware,
|
||||
u = firmwaremanager.Updater(self.node, self.update_firmware,
|
||||
self.inputdata.nodefile(self.node), self.tenant,
|
||||
bank=self.inputdata.bank,
|
||||
configmanager=self.cfm)
|
||||
|
||||
Reference in New Issue
Block a user