summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-08-15 16:42:19 +0200
committerJay Faulkner <jay@jvf.cc>2022-09-16 13:04:16 -0700
commit66373aadc04974de0838abc43c5f9cf113781f1f (patch)
treefc13d02a227c6f4c0634553e2bb41099ec0e3d54 /releasenotes
parentff70069375521b735df73046f26c20b308978b11 (diff)
downloadironic-66373aadc04974de0838abc43c5f9cf113781f1f.tar.gz
Do not reboot into nowhere after BIOS settings with fast-track
Currently, the prepare_ramdisk implementation of the redfish-virtual-media boot interface skips configuring an ISO in fast-track mode. When rebooting after BIOS/RAID settings changes, we need to enforce the correct ISO configuration. Conflicts: ironic/drivers/modules/deploy_utils.py ironic/drivers/modules/redfish/bios.py Change-Id: Ibdfe0775065f3b27478305dd18929a291df3ee3c (cherry picked from commit 89f421b166915a22626dcb919382ce13f4588973) (cherry picked from commit d85d7f8ac52f289b7b01096c65757b68791f4bd4)
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml b/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml
new file mode 100644
index 000000000..b4a8004f7
--- /dev/null
+++ b/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixes rebooting into the agent after changing BIOS settings in fast-track
+ mode with the ``redfish-virtual-media`` boot interface. Previously, the ISO
+ would not be configured.