doc: Fix wrong example of [ipmi] cipher_suite_versions

The example suggests python-style representation but this is not
actually parsed as expected.

Change-Id: I21ce1db655f81cd3fb3a0a0b92f8b81ff1e77c45
This commit is contained in:
Takashi Kajinami 2024-05-04 18:38:12 +09:00
parent 384c692f59
commit 198e2ceb3b

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: