Merge "Fix tiny format issue with install_guide"

This commit is contained in:
Jenkins 2016-01-28 13:12:56 +00:00 committed by Gerrit Code Review
commit 1d4995f69c

View File

@ -1445,10 +1445,11 @@ and may be combined if desired.
driver_info/ipmi_password=$PASS \ driver_info/ipmi_password=$PASS \
driver_info/ipmi_address=$ADDRESS driver_info/ipmi_address=$ADDRESS
.. note:: .. note::
If IPMI is running on a port other than 623 (the default). The port must If IPMI is running on a port other than 623 (the default). The port must
be added to ``driver_info`` by specifying the ``ipmi_port`` value. be added to ``driver_info`` by specifying the ``ipmi_port`` value.
Example: Example::
ironic node-update $NODE_UUID add driver_info/ipmi_port=$PORT_NUMBER ironic node-update $NODE_UUID add driver_info/ipmi_port=$PORT_NUMBER
Note that you may also specify all ``driver_info`` parameters during Note that you may also specify all ``driver_info`` parameters during