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<leiyuehui@inspur.com>
This commit is contained in:
YuehuiLei 2020-12-30 11:21:03 +08:00
parent 071b1185dc
commit 8f89ba2e0e
1 changed files with 2 additions and 2 deletions

View File

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