From 57d8e510943eeb65016048b4223b26f15347235e Mon Sep 17 00:00:00 2001 From: stephane Date: Tue, 8 Mar 2016 17:24:22 -0800 Subject: [PATCH] Fix error in cleaning docs The name of this field is "driver_internal_info" rather than "internal_driver_info". Change-Id: I13081f2acc6c797bd59e9e392f4a26d84321b5d3 --- doc/source/deploy/cleaning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/cleaning.rst b/doc/source/deploy/cleaning.rst index 0f9a26435e..483746a553 100644 --- a/doc/source/deploy/cleaning.rst +++ b/doc/source/deploy/cleaning.rst @@ -275,7 +275,7 @@ What cleaning step is running? ------------------------------ 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 -$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 first one listed is the step currently in progress or that the node failed before going into ``clean failed`` state.