diff options
author | Bob Fournier <bfournie@redhat.com> | 2020-10-19 14:28:15 -0400 |
---|---|---|
committer | Bob Fournier <bfournie@redhat.com> | 2020-10-28 12:39:38 +0000 |
commit | 861e91c8616db39e589589629bd5305909067331 (patch) | |
tree | 3e6654cd147211e1d7453503d8d76ff9e60adbb6 /releasenotes | |
parent | 98c83c0d50e7a2cf09018030d35ee76d652dea03 (diff) | |
download | ironic-861e91c8616db39e589589629bd5305909067331.tar.gz |
Sync boot mode when changing the boot device via Redfish
After changing the boot device via Redfish, check that the boot mode being
reported matches what is configured and, if not, set it to the configured
value. Some BMCs change the boot mode when the device is set via Redfish,
this will ensure the mode is set properly.
Change-Id: Ib077f7f32de029833e6bd936853c382305bce36e
Story: 2008252
Task: 41103
(cherry picked from commit 685131fd3658b2ff0b131d19d32fd82d74f3bb17)
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/sync-boot-mode-after-changing-redfish-device-f60ef90ba5675215.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/sync-boot-mode-after-changing-redfish-device-f60ef90ba5675215.yaml b/releasenotes/notes/sync-boot-mode-after-changing-redfish-device-f60ef90ba5675215.yaml new file mode 100644 index 000000000..629d9527c --- /dev/null +++ b/releasenotes/notes/sync-boot-mode-after-changing-redfish-device-f60ef90ba5675215.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + After changing the boot device via Redfish, check that the boot mode being + reported matches what is configured and, if not, set it to the configured + value. Some BMCs change the boot mode when the device is + set via Redfish, see `story 2008252 + <https://storyboard.openstack.org/#!/story/2008252>`__ for details. |