summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-08 21:19:36 +0000
committerGerrit Code Review <review@openstack.org>2018-08-08 21:19:37 +0000
commite0724cbb12d3178195a58ab592588bd49a9b3ddf (patch)
tree042b7a227131a0d0dc0fd1895b7e94095921dd84 /api-ref
parent33415e53437bf0fde1b2bc1d87025c3ea93f2d74 (diff)
parentef7c9617269403cb347fb5dcee45facdb03d8762 (diff)
downloadnova-e0724cbb12d3178195a58ab592588bd49a9b3ddf.tar.gz
Merge "xx_instance_type_id in list_migrations should be integer"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 11c0364b44..53cade4277 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -4423,9 +4423,13 @@ migration_new_flavor_id:
In ``resize`` case, the flavor ID for resizing the server.
In the other cases, this parameter is same as the flavor ID
of the server when the migration was started.
+
+ .. note:: This is an internal ID and is not exposed in any other API.
+ In particular, this is not the ID specified or automatically generated
+ during flavor creation or returned via the ``GET /flavors`` API.
in: body
required: true
- type: string
+ type: integer
migration_next_links_2_59:
description: |
Links pertaining to the migration.
@@ -4440,9 +4444,13 @@ migration_next_links_2_59:
migration_old_flavor_id:
description: |
The flavor ID of the server when the migration was started.
+
+ .. note:: This is an internal ID and is not exposed in any other API.
+ In particular, this is not the ID specified or automatically generated
+ during flavor creation or returned via the ``GET /flavors`` API.
in: body
required: true
- type: string
+ type: integer
migration_type_2_23:
description: |
The type of the server migration. This is one of ``live-migration``,