Merge "doc: Fix wrong example of [ipmi] cipher_suite_versions"

This commit is contained in:
Zuul 2024-05-06 08:34:34 +00:00 committed by Gerrit Code Review
commit 3134f13acf
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ a value that can be used from the list provided (from last to first):
.. code-block:: ini
[ipmi]
cipher_suite_versions = ['1','2','3','6','7','8','11','12']
cipher_suite_versions = 1,2,3,6,7,8,11,12
To find the suitable values for this configuration, you can check the field
`RMCP+ Cipher Suites` after running an ``ipmitool`` command, e.g: