From 89c78df57238ac42af158106fe6a7f2d83801228 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Tue, 8 Mar 2016 12:56:52 +0100 Subject: [PATCH] Fix JSON string in example of starting manual cleaning ...by removing redundant clean_steps key. Change-Id: Ie7ddcbed91c6036938cb938064cced2745f1181a --- 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 4f9bcdc983..0f9a26435e 100644 --- a/doc/source/deploy/cleaning.rst +++ b/doc/source/deploy/cleaning.rst @@ -170,7 +170,7 @@ higher. An example of doing this with a JSON string:: ironic --ironic-api-version 1.15 node-set-provision-state \ - clean --clean-steps '{"clean_steps": [...]}' + clean --clean-steps '[...]' Or with a file::