diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-26 20:42:28 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:39:05 +0530 |
commit | abf5898650417a9726c8eb8924b4b3aaebf54523 (patch) | |
tree | 56e698be5878ac96178628db24c88c1a3e0dc2d1 /plugins/catalog | |
parent | 39f345954434553d10e0cea114e15e0521ec9471 (diff) |
Fix auth plugin issues
Now OCLIP is enabled to be very generic
platform.
Issue-Id: CLI-66
Change-Id: Id431f2eca5e516ad3b070c2c80e4fcd2ba0b54b2
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/catalog')
-rw-r--r-- | plugins/catalog/src/main/resources/open-cli-schema/catalog-onap-1_1.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/catalog/src/main/resources/open-cli-schema/catalog-onap-1_1.yaml b/plugins/catalog/src/main/resources/open-cli-schema/catalog-onap-1_1.yaml index a23e6b22..27deedef 100644 --- a/plugins/catalog/src/main/resources/open-cli-schema/catalog-onap-1_1.yaml +++ b/plugins/catalog/src/main/resources/open-cli-schema/catalog-onap-1_1.yaml @@ -2,17 +2,17 @@ open_cli_schema_version: 1.0 name: catalog -description: ONAP catalog command to find the base path for service. +description: ONAP catalog command to find the base path for service. version: onap-1.1 type: catalog service: - auth: none name: msb version: v1 mode: direct + auth: none parameters: - name: catalog-service-name |