From 312327b75989fe0aad209c56671c583e33709303 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Mon, 22 Jan 2018 19:01:00 +0900 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 335b15e56666..f1909931e1fa 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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: |