36e5993a04
This fixes several spelling issues identified by codepsell. In some cases, I may have manually modified a line to make the output more clear or to correct grammatical issues which were obvious in the codespell output. Later changes in this chain will provide the codespell config used to generate this, as well as adding this commit's SHA, once landed, to a .git-blame-ignore-revs file to ensure it will not pollute git historys for modern clients. Related-Bug: 2047654 Change-Id: I240cf8484865c9b748ceb51f3c7b9fd973cb5ada
16 lines
843 B
YAML
16 lines
843 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds an configuration option which can be encoded into the ramdisk itself
|
|
or the PXE parameters being provided to instruct the agent to ignore
|
|
bootloader installation or configuration failures. This functionality is
|
|
useful to work around well-intentioned hardware which is auto-populating
|
|
all possible device into the UEFI nvram firmware in order to try and help
|
|
ensure the machine boots. Except, this can also mean any
|
|
explicit configuration attempt will fail. Operators needing this bypass
|
|
can use the ``ipa-ignore-bootloader-failure`` configuration option on the
|
|
PXE command line or utilize the ``ignore_bootloader_failure`` option
|
|
for the Ramdisk configuration.
|
|
In a future version of ironic, this setting may be able to be overridden
|
|
by ironic node level configuration.
|