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<leiyuehui@inspur.com>
This commit is contained in:
YuehuiLei 2020-10-10 09:16:28 +08:00 committed by Al Bailey
parent 99616a7f72
commit 8b5c2a9bbe
1 changed files with 3 additions and 3 deletions

View File

@ -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**