ironic/releasenotes/notes/drac-list-unfinished-jobs-10400419b6bc3c6e.yaml
Imre Farkas 714a7cfda9 DRAC: list unfinished jobs
After set_bios_config is invoked, there is no way to check the progress
of the remote job on the DRAC card. list_unfinished_jobs on the
vendor-passthru interface provides a way to check its status.

Change-Id: I963504dbbec36e44312ccbf4455c45d6ec60908b
Closes-Bug: #1621515
2016-09-21 15:46:46 +01:00

7 lines
269 B
YAML

---
features:
- Adds ``list_unfinished_jobs`` method to the vendor-passthru interface of
the DRAC driver. It provides a way to check the status of the remote config
job after a BIOS configuration change was submitted using the
``set_bios_config`` method.