From 8b5c2a9bbe02fdad4d8406021847010d3a465130 Mon Sep 17 00:00:00 2001 From: YuehuiLei Date: Sat, 10 Oct 2020 09:16:28 +0800 Subject: [PATCH] Positional parameter error for Physical Volumes in the API document. When I was using the /v1/ipvs POST API, I found that the request parameter idisk_uuid was wrong. Through analysis of the code, I found that this parameter should be disk_or_part_uuid. Closes-Bug: #1899227 Change-Id: I8c8539a1ba27f135ca8c57dffb227f7b518f6b4d Signed-off-by: YuehuiLei --- api-ref/source/api-ref-sysinv-v1-config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/api-ref-sysinv-v1-config.rst b/api-ref/source/api-ref-sysinv-v1-config.rst index 66323f8372..cbcdc8310e 100644 --- a/api-ref/source/api-ref-sysinv-v1-config.rst +++ b/api-ref/source/api-ref-sysinv-v1-config.rst @@ -1873,9 +1873,9 @@ badMediaType (415) :header: "Parameter", "Style", "Type", "Description" :widths: 20, 20, 20, 60 - "ilvg_uuid (Optional)", "plain", "csapi:UUID", "This parameter specifies the volume group uuid." - "ihost_uuid (Optional)", "plain", "csapi:UUID", "This parameter specifies the compute host uuid." - "idisk_uuid (Optional)", "plain", "csapi:UUID", "This parameter specifies the storage disk uuid." + "ilvg_uuid", "plain", "csapi:UUID", "This parameter specifies the volume group uuid." + "ihost_uuid", "plain", "csapi:UUID", "This parameter specifies the compute host uuid." + "disk_or_part_uuid", "plain", "csapi:UUID", "This parameter specifies the storage disk or partition uuid." **Response parameters**