summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@redhat.com>2016-09-08 16:57:34 +0200
committerMiles Gould <mgould@redhat.com>2016-09-21 15:46:46 +0100
commit714a7cfda97c6e1ea1fe08a58ddec23e96dfd5bc (patch)
tree6ee265443ce375f84a91a66dd29a230e32deb491 /releasenotes
parent0acdfca62e44e9177765d3f80d76542143c4f19f (diff)
downloadironic-714a7cfda97c6e1ea1fe08a58ddec23e96dfd5bc.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drac-list-unfinished-jobs-10400419b6bc3c6e.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/drac-list-unfinished-jobs-10400419b6bc3c6e.yaml b/releasenotes/notes/drac-list-unfinished-jobs-10400419b6bc3c6e.yaml
new file mode 100644
index 000000000..f446d515f
--- /dev/null
+++ b/releasenotes/notes/drac-list-unfinished-jobs-10400419b6bc3c6e.yaml
@@ -0,0 +1,6 @@
+---
+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.