ironic/releasenotes/notes/ipmi-disable-timeout-option-e730362007f9bedd.yaml
Sharpz7 949387bd80 [codespell] Fixing Spelling Mistakes
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
2024-02-12 19:58:56 +00:00

12 lines
523 B
YAML

---
features:
- |
Adds a configuration option ``[ipmi]disable_boot_timeout`` which is used
to set the default behavior whether ironic should send a raw IPMI command
to disable timeout. This configuration option can be overridden by the
per-node option ``ipmi_disable_boot_timeout`` in node's ``driver_info``
field.
See `story 2004266 <https://storyboard.openstack.org/#!/story/2004266>`_
and `Story 2002977 <https://storyboard.openstack.org/#!/story/2002977>`_
for additional information.