f93712d7a6
On some hardware, supportedApplyTime attribute may not be listed under Redfish BIOS settings URL. This patch adds handling of this case to prevent failure on attempt of updating BIOS settings. Change-Id: I40359973fd832146cb2b179bfa447a308078e83d
8 lines
289 B
YAML
8 lines
289 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the bug where provisioning a Redfish managed node fails if changing
|
|
BIOS settings is attempted on a BMC that doesn't provide
|
|
supportedApplyTime information. This is done by adding handling of
|
|
AttributeError exception in apply_configuration() method.
|