ironic/releasenotes/notes/change_default_use_ipmitool_retries-2529ce032eae7d1b.yaml
Bob Fournier 3ae7e6880d Change default to `False for use_ipmitool_retries`
A new configuration parameter was introduced in
https://review.opendev.org/#/c/731676/ to work around an
issue with some BMCs that don't support the Cipher
Suites command.  This changes the default value to
``False`` so that Ironic will do the retries by default.

Note that this should not be backported to avoid changing
the behaviour in stable branches.

Change-Id: I34bf7e5d79defc23161213aa8942edace4b87b78
Story: 2007632
Task: 39676
2020-05-29 08:54:20 -04:00

10 lines
381 B
YAML

---
fixes:
- |
Change the default for ``use_ipmitool_retries`` to ``False`` so that
Ironic will do the retries by default. This is needed for certain BMCs
that don't support the Cipher Suites command and ipmitool retries take an
excessively long time. See `story 2007632
<https://storyboard.openstack.org/#!/story/2007632>`_ for additional
information.