api: Add response body schemas for migrations API
Change-Id: Iaf55e28b17e202fd1740a01032a3c1455a502910 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -4806,7 +4806,8 @@ migrate_dest_host:
|
||||
type: string
|
||||
migrate_dest_node:
|
||||
description: |
|
||||
The target node for a migration.
|
||||
The target node for a migration. This will be ``null`` if pre-migration
|
||||
checks fail due to e.g. insufficient resources.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
@@ -4854,7 +4855,8 @@ migrate_source_compute:
|
||||
type: string
|
||||
migrate_source_node:
|
||||
description: |
|
||||
The source node for a migration.
|
||||
The source node for a migration. This will be ``null`` if pre-migration
|
||||
checks fail due to e.g. insufficient resources.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user