3ae7e6880d
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
10 lines
381 B
YAML
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.
|