From fb1755d85d7db1f657c4424f1c926bf087e5e3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 12 Jan 2022 16:03:25 +0100 Subject: [PATCH] vmm: openapi: Fix "fds" field name for NetConfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've been currently using "fd" as the field name, but it should be called "fds" since 6664e5a6e7dcb43f7b1fed2c5a4057e7aea32a55 introduced the name change on the structure field. Fixes: #3560 Signed-off-by: Fabiano FidĂȘncio --- vmm/src/api/openapi/cloud-hypervisor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 77e5a85e5..b1578e78f 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -771,7 +771,7 @@ components: default: "Client" id: type: string - fd: + fds: type: array items: type: integer