mirror of
https://opendev.org/x/pyghmi
synced 2026-06-18 01:20:49 +00:00
Fix XCC firmware updates
Change-Id: I87f9720c756c5a016c6db7102981f0146a3bdbba
This commit is contained in:
@@ -1286,7 +1286,7 @@ class OEMHandler(generic.OEMHandler):
|
||||
if progress:
|
||||
progress({'phase': 'complete'})
|
||||
|
||||
def redfish_update_firmware(self, usd, filename, data, progress, bank):
|
||||
def redfish_update_firmware(self, usd, filename, data, progress, bank, otherfields):
|
||||
if usd['HttpPushUriTargetsBusy']:
|
||||
raise pygexc.TemporaryError('Cannot run multtiple updates to '
|
||||
'same target concurrently')
|
||||
|
||||
Reference in New Issue
Block a user