2
0
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:
Jarrod Johnson
2026-06-03 16:08:48 -04:00
parent 5696ecd483
commit 9ed5eeacd7
+1 -1
View File
@@ -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')