mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
vmm: api: Fix the vm.info response payload
We are returning a state and a config. Fixes: #431 Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
2dcd36f2f0
commit
6af2f57644
@ -141,8 +141,8 @@ components:
|
||||
- state
|
||||
type: object
|
||||
properties:
|
||||
version:
|
||||
type: string
|
||||
config:
|
||||
$ref: '#/components/schemas/VmConfig'
|
||||
state:
|
||||
type: string
|
||||
enum: [Created, Booted, Shutdown]
|
||||
|
Loading…
x
Reference in New Issue
Block a user