Trival-fix: Correct the order of api-ref parameters
Change-Id: Ifdb44ffcbc111cc488ea2c3730af48d7aa2c397a
This commit is contained in:
parent
5d6acd3a50
commit
2b2419f15c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user