summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-08-15 16:42:19 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2022-08-15 16:42:19 +0200
commit89f421b166915a22626dcb919382ce13f4588973 (patch)
tree2bad92825f44b45f593fb93b5b27fa4257c7e1bd /releasenotes
parent3d3a67daf7d2969d8da691d12351ab5bb32eca80 (diff)
downloadironic-89f421b166915a22626dcb919382ce13f4588973.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. Change-Id: Ibdfe0775065f3b27478305dd18929a291df3ee3c
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.