ironic/releasenotes/notes/decouple-boot-params-2b05806435ad21e5.yaml
Ilya Etingof 5be4c4f5c5 Improve redfish set-boot-mode implementation
Refrain from touching unrelated boot params when setting boot mode
through Redfish BMC.

This should hopefully improve interoperability with Redfish BMCs.

Change-Id: I461e54012045463b5e97daf26a93eb9dce6f6964
Story: 2007355
Task: 38910
2020-04-06 22:45:10 +00:00

11 lines
308 B
YAML

---
fixes:
- |
Improves interoperability with Redfish BMCs by untying node boot
mode change from other boot parameters change (such as boot device,
boot frequency).
upgrade:
- |
The required minimum version of the ``sushy`` python Redfish API client
library is now version ``3.2.0``.