From 198e2ceb3b8a7c2b91fba539c4d321a21c84fd73 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 4 May 2024 18:38:12 +0900 Subject: [PATCH] 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 --- doc/source/admin/drivers/ipmitool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/drivers/ipmitool.rst b/doc/source/admin/drivers/ipmitool.rst index 6f9f0440f5..6b472a3507 100644 --- a/doc/source/admin/drivers/ipmitool.rst +++ b/doc/source/admin/drivers/ipmitool.rst @@ -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: