From 8f89ba2e0eca77ffd417e0e7f549546b073ffe3c Mon Sep 17 00:00:00 2001 From: YuehuiLei Date: Wed, 30 Dec 2020 11:21:03 +0800 Subject: [PATCH] Document error for post /V1/ilvgs interface. When I was using the /v1/ilvgs POST API, I found that the request parameters are mandatory rather than optional. Closes-Bug: #1897866 Change-Id: Iffb01013b16e62e1f3d3deb08f2b75132d62fde7 Signed-off-by: YuehuiLei --- api-ref/source/api-ref-sysinv-v1-config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/api-ref-sysinv-v1-config.rst b/api-ref/source/api-ref-sysinv-v1-config.rst index 21cbee4496..57ba549d9c 100644 --- a/api-ref/source/api-ref-sysinv-v1-config.rst +++ b/api-ref/source/api-ref-sysinv-v1-config.rst @@ -1439,8 +1439,8 @@ badMediaType (415) :header: "Parameter", "Style", "Type", "Description" :widths: 20, 20, 20, 60 - "lvm_vg_name (Optional)", "plain", "xsd:string", "This parameter specifies the volume group name. Valid values are (is): ``nova-local``" - "ihost_uuid (Optional)", "plain", "csapi:UUID", "This parameter specifies the compute host uuid." + "lvm_vg_name", "plain", "xsd:string", "This parameter specifies the volume group name. Valid values are (is): ``nova-local``" + "ihost_uuid", "plain", "csapi:UUID", "This parameter specifies the worker host uuid." **Response parameters**