Replace chinese quotes to English quotes

Change-Id: Ica91e88cbb4e51ef591bf748273a2ca3334aa071
This commit is contained in:
MaoyangLiu 2018-02-06 17:41:36 +08:00
parent 12d3157a96
commit a0e1131b0c
1 changed files with 2 additions and 2 deletions

View File

@ -368,8 +368,8 @@ clean_step:
clean_steps:
description: |
An ordered list of cleaning steps that will be performed on the node. A
cleaning step is a dictionary with required keys interface and step, and
optional key args. If specified, the value for args is a keyword variable
cleaning step is a dictionary with required keys 'interface' and 'step', and
optional key 'args'. If specified, the value for 'args' is a keyword variable
argument dictionary that is passed to the cleaning step method.
in: body
required: false