From a2f85f22902e46e042825347274e3f99c3b15d99 Mon Sep 17 00:00:00 2001 From: YuehuiLei Date: Fri, 9 Oct 2020 16:07:53 +0800 Subject: [PATCH] Optional parameter error for creating Storage Tiers When I use the storage tiers POST API, I found that the optional parameters described in the document are wrong. Closes-Bug: 1899133 Change-Id: Ie39c808bca30a441a7d0c072442dfd825ec8e90b 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 66323f8372..526c0a5ea3 100644 --- a/api-ref/source/api-ref-sysinv-v1-config.rst +++ b/api-ref/source/api-ref-sysinv-v1-config.rst @@ -10243,10 +10243,10 @@ badMediaType (415) :header: "Parameter", "Style", "Type", "Description" :widths: 20, 20, 20, 60 - "name (Optional)", "plain", "xsd:string", "This parameter specifies the unique name of the storage tier." + "name", "plain", "xsd:string", "This parameter specifies the unique name of the storage tier." "type (Optional)", "plain", "xsd:string", "The type of storage tier. This corresponds to the backend type that will be attached to the tier. Currently only a tier type of ``ceph`` is supported." "backend_uuid (Optional)", "plain", "csapi:UUID", "The UUID of the backend that is attached to this tier. The backend is attached to enable service(s) to use the storage tier resources." - "cluster_uuid (Optional)", "plain", "csapi:UUID", "For tier type of ``ceph``, this provides the cluster_uuid that this tier is associated." + "cluster_uuid", "plain", "csapi:UUID", "For tier type of ``ceph``, this provides the cluster_uuid that this tier is associated." **Response parameters**