From 27cb8d6b076d6cf2474c5d8eeb90c90cb0f03200 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 5 Sep 2018 11:32:24 +0530 Subject: OCLIP: Fix the correct type of OCS command Issue-ID: VNFSDK-305 Change-Id: Ic0b547f77d5247b5fd175746688598e2152029d4 Signed-off-by: Kanagaraj Manickam k00365106 --- framework/src/main/resources/open-cli-schema/schema-refresh.yaml | 2 +- framework/src/main/resources/open-cli-schema/schema-validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml index cc3f2300..1e448c9f 100644 --- a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml @@ -19,7 +19,7 @@ description: OCLIP command to refresh schemas stored in open-cli-schema folders. info: product: open-cli service: schema - type: auth + type: cmd author: Kanagaraj Manickam kanagaraj.manickam@huawei.com results: diff --git a/framework/src/main/resources/open-cli-schema/schema-validate.yaml b/framework/src/main/resources/open-cli-schema/schema-validate.yaml index a8a04941..97999dde 100644 --- a/framework/src/main/resources/open-cli-schema/schema-validate.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-validate.yaml @@ -19,7 +19,7 @@ description: OCLIP command to validate schema info: product: open-cli service: schema - type: auth + type: cmd author: Kanagaraj Manickam kanagaraj.manickam@huawei.com parameters: -- cgit 1.2.3-korg