From 2b2419f15c6ef09b6329339f2c003d4f654489af Mon Sep 17 00:00:00 2001 From: liusheng Date: Wed, 2 Aug 2017 18:40:16 +0800 Subject: [PATCH] Trival-fix: Correct the order of api-ref parameters Change-Id: Ifdb44ffcbc111cc488ea2c3730af48d7aa2c397a --- api-ref/source/v1/parameters.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml index 3db258ee..cb4fc8d7 100644 --- a/api-ref/source/v1/parameters.yaml +++ b/api-ref/source/v1/parameters.yaml @@ -453,18 +453,18 @@ nics: in: body required: true type: dict -nodes: - description: | - The compute node name list. - in: body - required: true - type: dict node_uuid: description: | The UUID of the node which our server associated with. Only visible for admin users. in: body required: false type: string +nodes: + description: | + The compute node name list. + in: body + required: true + type: dict personality: description: | The file path and contents, text only, to inject into the server at launch. The