api-ref: Parameter verification for servers-actions (4/4)
This patch fixes the parameters of the following actions. * os-start * os-stop * suspend * unlock * unpause * unrescue A subsequent patch will fix the patameters and the examples of the 'rebuild' and 'rescue' actions in servers-actions.inc. Change-Id: I8f699c75c5cbfd9046258f593c1437b87dc9c3fe Implements: blueprint api-ref-in-rst-pike
This commit is contained in:
@@ -3773,13 +3773,13 @@ OS-SRV-USG:terminated_at:
|
|||||||
type: string
|
type: string
|
||||||
os-start:
|
os-start:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action to start a stopped server.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
os-stop:
|
os-stop:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action to stop a running server.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
@@ -4714,7 +4714,7 @@ subnet_id:
|
|||||||
type: string
|
type: string
|
||||||
suspend:
|
suspend:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action to suspend a server.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
@@ -4808,19 +4808,19 @@ type-os-assisted-volume-snapshot:
|
|||||||
type: string
|
type: string
|
||||||
unlock:
|
unlock:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action to unlock a locked server.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
unpause:
|
unpause:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action to unpause a paused server.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
unrescue:
|
unrescue:
|
||||||
description: |
|
description: |
|
||||||
The action.
|
The action to unrescue a server in rescue mode.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: none
|
type: none
|
||||||
|
Reference in New Issue
Block a user