From 5a7fecffea86708099e84af8f88785092caddac2 Mon Sep 17 00:00:00 2001 From: xiexs <xiexs@cn.fujitsu.com> Date: Wed, 13 Jul 2016 09:51:24 -0400 Subject: [PATCH] [doc] Fix a non-alphabetical order bug A non-alphabetical order bug had been introduced by the patch I999aebb0e53ebac5dc121ef1ccdc98f9d5ac816a. This commit tries to fix it. Change-Id: I797ecfd4bc1db0c6fa2236864d9e701b3d1e6eb0 Closes-Bug: #1602648 --- api-ref/v1/source/parameters.yaml | 12 ++++++------ api-ref/v2/source/parameters.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api-ref/v1/source/parameters.yaml b/api-ref/v1/source/parameters.yaml index f3f5b96c668..f30f2be817c 100644 --- a/api-ref/v1/source/parameters.yaml +++ b/api-ref/v1/source/parameters.yaml @@ -430,6 +430,12 @@ name_2: in: body required: true type: string +OS-SCH-HNT:scheduler_hints: + description: | + The dictionary of data to send to the scheduler. + in: body + required: false + type: object quota_set: description: | A ``quota_set`` object. @@ -481,12 +487,6 @@ reserved_1: in: body required: true type: integer -OS-SCH-HNT:scheduler_hints: - description: | - The dictionary of data to send to the scheduler. - in: body - required: false - type: object security_group_rules: description: | The number of rules that are allowed for each diff --git a/api-ref/v2/source/parameters.yaml b/api-ref/v2/source/parameters.yaml index 02a7d153cc9..241507fee48 100644 --- a/api-ref/v2/source/parameters.yaml +++ b/api-ref/v2/source/parameters.yaml @@ -1055,6 +1055,12 @@ os-reset_status: in: body required: true type: object +OS-SCH-HNT:scheduler_hints: + description: | + The dictionary of data to send to the scheduler. + in: body + required: false + type: object os-set_image_metadata: description: | The ``os-set_image_metadata`` action. @@ -1236,12 +1242,6 @@ restore: in: body required: true type: object -OS-SCH-HNT:scheduler_hints: - description: | - The dictionary of data to send to the scheduler. - in: body - required: false - type: object security_group_rules: description: | The number of rules that are allowed for each