ironic/releasenotes/notes/cipher_suite_versions-c64644860d3c220d.yaml
Iury Gregory Melo Ferreira b029fb3770 Automaticaly set cipher suite
In some cases the operator can't specify `ipmi_cipher_suite`
for each node and the problem with session can still occour:
`Error in open session response message : no matching cipher suite`

This patch adds a new configuration option that will take a list
of possible cipher suite versions that can be used when the error
occurs and the node doesn't have the `ipmi_cipher_suite` set.

Story: 2008739
Task: 42093
Change-Id: I6788585a83268e20ff6447e570995871bc9c25d5
2021-03-29 05:50:25 +02:00

6 lines
241 B
YAML

---
features:
- |
Allows providing a list of IPMI cipher suite versions via the new
configuration option ``[ipmi]/cipher_suite_versions``. The configuration
is only used when ``ipmi_cipher_suite`` is not set in ``driver_info``.