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
This commit is contained in:
Lucas Alvares Gomes 2016-03-14 15:35:23 +00:00
parent f009574162
commit bd2b0c2e0f
1 changed files with 1 additions and 2 deletions

View File

@ -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 <UUID or name>
driver_info/ipmit_protocol_version=<version>
ironic node-update add <UUID or name> driver_info/ipmi_protocol_version=<version>
.. warning::
The version *1.5* of the IPMI protocol does not support encryption. So