b029fb3770
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
6 lines
241 B
YAML
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``. |