Fix yaml for validation error 21/27121/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 29 Dec 2017 06:09:30 +0000 (06:09 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Fri, 29 Dec 2017 06:09:30 +0000 (06:09 +0000)
Fix yaml for logout and catalog for reported validation error.

Change-Id: I5d3bb8696d703348c5e98d66bd733cb4d3bca3a7
Issue-ID: CLI-87
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
profiles/http/src/main/resources/open-cli-schema/http/basic-logout.yaml
profiles/http/src/main/resources/open-cli-schema/http/catalog.yaml

index f4acc0a..b3e1744 100644 (file)
@@ -12,8 +12,14 @@ info:
 
 parameters:
   - name: host-username
+    type: string
+    description: username for logout
     is_include: false
   - name: host-password
+    type: string
+    description: user password for logout
     is_include: false
   - name: no-auth
+    type: bool
+    description: whether to authenticate user or not
     is_include: false
\ No newline at end of file
index 508955f..7881a24 100644 (file)
@@ -24,10 +24,16 @@ parameters:
     long_option: catalog-service-version
     is_optional: false
   - name: host-username
+    type: string
+    description: username for catalog
     is_include: false
   - name: host-password
+    type: string
+    description: password for catalog
     is_include: false
   - name: no-auth
+    type: bool
+    description: whether to authenticate user or not
     is_include: false
 results:
   direction: portrait