949387bd80
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Id328ff64c352e85b58181e9d9e35973a8706ab7a
10 lines
446 B
YAML
10 lines
446 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Adds handling of Redfish BMC's which lack a ``BootSourceOverrideMode``
|
|
flag, such that it is no longer a fatal error for a deployment if the BMC
|
|
does not support this field. This most common on BMCs which feature only
|
|
a partial implementation of the ``ComputerSystem`` resource ``boot``,
|
|
but may also be observable on some older generations of BMCs which
|
|
received updates to have partial Redfish support.
|