Minor fixes for docs on changing hardware types

Addresses comments on https://review.openstack.org/#/c/585463/
Follow-up for story #2002868.

Change-Id: I5d66333796c8cdc00d0cca1e1dd4c7828ceb5612
This commit is contained in:
Dmitry Tantsur 2018-09-27 13:37:27 +02:00
parent b8ffcc0f02
commit 8a75ebf42d
1 changed files with 8 additions and 6 deletions

View File

@ -44,12 +44,12 @@ Any hardware interfaces can be specified on enrollment as well::
For the remaining interfaces the default value is assigned as described in
:ref:`hardware_interfaces_defaults`. Both the hardware type and the hardware
interfaces can be changed later.
interfaces can be changed later via the node update API.
Changing hardware interfaces
Changing Hardware Interfaces
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A hardware interfaces can be changed by the following command::
Hardware interfaces can be changed by the following command::
openstack baremetal node set <NODE> \
--deploy-interface direct \
@ -58,7 +58,7 @@ A hardware interfaces can be changed by the following command::
The modified interfaces must be enabled and compatible with the current node's
hardware type.
Changing hardware type
Changing Hardware Type
~~~~~~~~~~~~~~~~~~~~~~
Changing the node's hardware type can pose a problem. When the ``driver``
@ -90,7 +90,8 @@ not compatible with them. There are three ways to deal with this situation:
--reset-management-interface \
--reset-power-interface
.. note:: This feature is available starting with the Rocky release.
.. note:: This feature is available starting with ironic 11.1.0 (Rocky
series, API version 1.45).
#. Request resetting all interfaces to their new defaults::
@ -101,7 +102,8 @@ not compatible with them. There are three ways to deal with this situation:
openstack baremetal node set test --driver ipmi --reset-interfaces \
--deploy-interface direct
.. note:: This feature is available starting with the Rocky release.
.. note:: This feature is available starting with ironic 11.1.0 (Rocky
series, API version 1.45).
Unsupported drivers
-------------------