Merge "Fix JSON string in example of starting manual cleaning"

This commit is contained in:
Jenkins 2016-03-08 19:00:30 +00:00 committed by Gerrit Code Review
commit e90eee6e84

View File

@ -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::