From bd2b0c2e0f481b4d1fdb6128fc2d2bbffaa8a0e0 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Mon, 14 Mar 2016 15:35:23 +0000 Subject: [PATCH] Fix important typo in the ipmitool documentation There was a typo in the command demonstrating how to change the IPMI protocol version (an extra "t" in the parameter's name). This patch is fixing that typo and making the command an one-liner to facilitate the copy and paste. Change-Id: I8a7bf5e51eb545944cdb7343c9263b75cc358dd1 --- doc/source/drivers/ipmitool.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/drivers/ipmitool.rst b/doc/source/drivers/ipmitool.rst index f046c6b86..03917e5f7 100644 --- a/doc/source/drivers/ipmitool.rst +++ b/doc/source/drivers/ipmitool.rst @@ -155,8 +155,7 @@ the following option needs to be set to the node's ``driver_info`` field: The ``ironic node-update`` command can be used to set the desired protocol version:: - ironic node-update add - driver_info/ipmit_protocol_version= + ironic node-update add driver_info/ipmi_protocol_version= .. warning:: The version *1.5* of the IPMI protocol does not support encryption. So