mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
vmm: api: Make 'local' optional in SendMigrationData
Make sure the OpenAPI definition matches the code. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
23fb4fa26d
commit
00fbd77494
@ -1072,6 +1072,8 @@ components:
|
||||
type: string
|
||||
|
||||
SendMigrationData:
|
||||
required:
|
||||
- destination_url
|
||||
type: object
|
||||
properties:
|
||||
destination_url:
|
||||
|
Loading…
Reference in New Issue
Block a user