From b82bb559271f0cf3e4b2ca6d1ff8ce40727217c4 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Fri, 27 Aug 2021 00:46:01 -0700 Subject: [PATCH] vmm: openapi: use the right default values This patch fixes couple of typos for the default values from the openapi yaml file. Signed-off-by: Bo Chen --- vmm/src/api/openapi/cloud-hypervisor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index ffb02a32e..56f63a3be 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -567,7 +567,7 @@ components: default: false hotplug_method: type: string - default: "acpi" + default: "Acpi" shared: type: boolean default: false @@ -714,7 +714,7 @@ components: type: string vhost_mode: type: string - default: "client" + default: "Client" id: type: string fd: