summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-15 10:14:18 +0000
committerGerrit Code Review <review@openstack.org>2016-08-15 10:14:18 +0000
commitd447c1548f96583d5a004882a11df51c3ad225ad (patch)
tree853710f83c5c1bde7efabaec8b2fe087bd842047 /releasenotes
parent1eb32e35e5cb99a2f3c19663980100b4a87e904b (diff)
parentd1d6c7d8a24a0d99609f6b7cfe9818de6bf2d7f8 (diff)
downloadironic-d447c1548f96583d5a004882a11df51c3ad225ad.tar.gz
Merge "Update renos for fix to ipmi's set-boot-device"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ipminative-bootdev-uefi-954a0dd825bcef97.yaml5
-rw-r--r--releasenotes/notes/ipmitool-bootdev-persistent-uefi-b1181a3c82343c8f.yaml8
2 files changed, 8 insertions, 5 deletions
diff --git a/releasenotes/notes/ipminative-bootdev-uefi-954a0dd825bcef97.yaml b/releasenotes/notes/ipminative-bootdev-uefi-954a0dd825bcef97.yaml
index 85459f004..49324dc15 100644
--- a/releasenotes/notes/ipminative-bootdev-uefi-954a0dd825bcef97.yaml
+++ b/releasenotes/notes/ipminative-bootdev-uefi-954a0dd825bcef97.yaml
@@ -1,6 +1,7 @@
---
fixes:
- Fixes a problem where the boot mode (UEFI or BIOS) wasn't being
- considered when setting the boot device of a node using the ipminative
- driver making it to switch from UEFI to legacy BIOS as part of the
+ considered when setting the boot device of a node using the
+ "ipminative" management interface. It would incorrectly switch
+ UEFI to legacy BIOS mode as part of the
request to change the boot device.
diff --git a/releasenotes/notes/ipmitool-bootdev-persistent-uefi-b1181a3c82343c8f.yaml b/releasenotes/notes/ipmitool-bootdev-persistent-uefi-b1181a3c82343c8f.yaml
index a7dc6f7e9..3513b33aa 100644
--- a/releasenotes/notes/ipmitool-bootdev-persistent-uefi-b1181a3c82343c8f.yaml
+++ b/releasenotes/notes/ipmitool-bootdev-persistent-uefi-b1181a3c82343c8f.yaml
@@ -1,5 +1,7 @@
---
fixes:
- - Fixes a problem where the boot mode (UEFI or BIOS) wasn't checked
- as part of changing the boot device of a node, making it incorrectly
- switch from UEFI to Legacy BIOS mode on some hardware models.
+ - Fixes a problem where the boot mode (UEFI or BIOS) wasn't being
+ considered when setting the boot device of a node using the
+ "ipmitool" management interface.
+ It would incorrectly switch from UEFI to Legacy BIOS mode on some
+ hardware models.