Fix error in cleaning docs

The name of this field is "driver_internal_info" rather
than "internal_driver_info".

Change-Id: I13081f2acc6c797bd59e9e392f4a26d84321b5d3
This commit is contained in:
stephane 2016-03-08 17:24:22 -08:00
parent 9d67c8bb0f
commit 57d8e51094
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ What cleaning step is running?
------------------------------ ------------------------------
To check what cleaning step the node is performing or attempted to perform and To check what cleaning step the node is performing or attempted to perform and
failed, either query the node endpoint for the node or run ``ironic node-show failed, either query the node endpoint for the node or run ``ironic node-show
$node_ident`` and look in the `internal_driver_info` field. The `clean_steps` $node_ident`` and look in the `driver_internal_info` field. The `clean_steps`
field will contain a list of all remaining steps with their priorities, and the field will contain a list of all remaining steps with their priorities, and the
first one listed is the step currently in progress or that the node failed first one listed is the step currently in progress or that the node failed
before going into ``clean failed`` state. before going into ``clean failed`` state.