Merge "api-ref: Fix parameter type in server-migrations.inc"

This commit is contained in:
Zuul 2018-01-30 23:02:33 +00:00 committed by Gerrit Code Review
commit 19829aa2e2

View File

@ -2835,10 +2835,10 @@ force_live_migrate:
min_version: 2.30 min_version: 2.30
force_migration_complete: force_migration_complete:
description: | description: |
The action. The action to force an in-progress live migration to complete.
in: body in: body
required: true required: true
type: string type: none
min_version: 2.22 min_version: 2.22
force_snapshot: force_snapshot:
description: | description: |