aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/main/resources
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2017-08-04 10:32:58 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-04 10:32:58 +0000
commit130e318afdcce55e61886512ee0287a82519cea6 (patch)
treedbf7724893b8c8435265a79f0a8a76eb50a0acd0 /framework/src/main/resources
parentb2ef1e6f1fbbad5c66a2070a0adaf7bbc1d0aaf8 (diff)
parente45e668a4f6bdeca4ddc4071c4f37822792d65ed (diff)
Merge "Fix invalid help parameters"
Diffstat (limited to 'framework/src/main/resources')
-rw-r--r--framework/src/main/resources/onap.properties6
-rw-r--r--framework/src/main/resources/schema-refresh.yaml6
-rw-r--r--framework/src/main/resources/schema-validate.yaml6
3 files changed, 17 insertions, 1 deletions
diff --git a/framework/src/main/resources/onap.properties b/framework/src/main/resources/onap.properties
index 61049cd4..bf1cdae5 100644
--- a/framework/src/main/resources/onap.properties
+++ b/framework/src/main/resources/onap.properties
@@ -1,4 +1,8 @@
cli.ignore_auth=false
cli.version=1.0
http.api_key=X-Auth-Token
-http.api_key_use_cookies=true \ No newline at end of file
+http.api_key_use_cookies=true
+
+cli.service_name=onap-cli
+cli.api_gateway=msb
+cli.auth_service=auth \ No newline at end of file
diff --git a/framework/src/main/resources/schema-refresh.yaml b/framework/src/main/resources/schema-refresh.yaml
index f64b0545..ffa32424 100644
--- a/framework/src/main/resources/schema-refresh.yaml
+++ b/framework/src/main/resources/schema-refresh.yaml
@@ -5,6 +5,12 @@ service:
no-auth: true
name: onap-cli
version: 1.0.0
+default_parameters:
+ exclude:
+ - onap-username
+ - onap-password
+ - msb-url
+ - no-auth
results:
direction: landscape
attributes:
diff --git a/framework/src/main/resources/schema-validate.yaml b/framework/src/main/resources/schema-validate.yaml
index 1571fb3d..06bb6563 100644
--- a/framework/src/main/resources/schema-validate.yaml
+++ b/framework/src/main/resources/schema-validate.yaml
@@ -5,6 +5,12 @@ service:
no-auth: true
name: onap-cli
version: 1.0.0
+default_parameters:
+ exclude:
+ - onap-username
+ - onap-password
+ - msb-url
+ - no-auth
parameters:
- name: schema-location
type: url