ironic/releasenotes/notes/bug-2085137-expand-detection-ipmitools-cipher-fail-1503b4e319e77ed8.yaml
Pavlo Shchelokovskyy 80540bb52d Expand detected strings in check_cipher_suite_errors
we see some slightly different errors returned in the wild
for some HW.

Change-Id: Ic822c8283600b658ba5ff7bc007cb95352d82a86
Related-Bug: #2085137
2024-10-22 23:14:41 +03:00

12 lines
541 B
YAML

---
fixes:
- |
The set of strings used to detect cipher suite version related errors
in the ``ipmitool`` command was expanded.
If the string ``Error in open session response message : invalid role``
is contained in the output of a failed ``ipmitool`` command execution,
such error will be now considered as related to inappropriate ciphers too,
and will be retried with another cipher suite version
if Ironic is configured to do so.
See `bug 2085137 <https://launchpad.net/bugs/2085137>`_ for more details.