sushy/releasenotes/notes/monitor_firmware_update-664b0c6c1a0307cf.yaml
Christopher Dearborn 3f052a3498 Allow monitoring progress of a firmware update
This patch updates the UpdateService.simple_update method so that it
returns a TaskMonitor object.  This allows the firmware update to be
monitored for completion. New TaskMonitor and Task objects are added
according to the Redfish Spec.

Co-Authored-By: Aija Jaunteva <aija.jaunteva@dell.com>

Change-Id: I485d56a9804af723ddb55f8bc26f28a5ebefccc7
2020-09-04 16:04:07 -04:00

6 lines
168 B
YAML

---
features:
- |
Added the ability to monitor the progress of a firmware update by changing
the ``simple_update`` operation to return a task monitor object.