714a7cfda9
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
7 lines
269 B
YAML
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.
|