sushy-tools/releasenotes/notes/fix-boot-mode-constant-71e6a7ec6b010273.yaml
Ilya Etingof 4279ee0622 Fix BootSourceOverrideMode enumeration
Fixes one of the allowed values for ``BootSourceOverrideMode``
element - Redfish specification requires UEFI boot mode to be
indicated as ``UEFI``, not ``Uefi`` as the dynamic Redfish emulator
erroneously adopted.

Change-Id: Ie7c743f27c005a92f500c17dcbb25320747cee4b
2019-11-25 18:43:56 +01:00

8 lines
247 B
YAML

---
fixes:
- |
Fixes one of the allowed values for ``BootSourceOverrideMode``
element - Redfish specification requires UEFI boot mode to be indicated
as ``UEFI``, not ``Uefi`` as the dynamic Redfish emulator erroneously
adopted.