api-ref: Fix parameter type in server-migrations.inc
When the parameter is always 'null', it should be defined as 'none'. So fix the parameter type of the 'force_complete' in "Force Migration Complete Action" API. And add an additional description for the action. Change-Id: Ic0dd390a87d0d5a88d9a08fdaa9e59ee99f6e7c4 Closes-Bug: #1744688
This commit is contained in:
parent
a40c00957e
commit
312327b759
@ -2829,10 +2829,10 @@ force_live_migrate:
|
||||
min_version: 2.30
|
||||
force_migration_complete:
|
||||
description: |
|
||||
The action.
|
||||
The action to force an in-progress live migration to complete.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
type: none
|
||||
min_version: 2.22
|
||||
force_snapshot:
|
||||
description: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user