aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/main/resources
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-06 23:05:25 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-20 12:41:57 +0530
commitdf2716420918b03320c1ecdfd722cf5a85bac280 (patch)
treebef178b6ddb9942665de518090f02ac56fdf6b0b /framework/src/main/resources
parent20dc78d226aca6cb390586a9e19e522d68d0821b (diff)
Normalize all env with OPEN_CLI
Issue-Id: CLI-66 Change-Id: Iac377cf4cbd3e4d7419fcd41417e4c8bc127a03e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/main/resources')
-rw-r--r--framework/src/main/resources/default_input_parameters_http.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/src/main/resources/default_input_parameters_http.yaml b/framework/src/main/resources/default_input_parameters_http.yaml
index 529053d0..81656ea0 100644
--- a/framework/src/main/resources/default_input_parameters_http.yaml
+++ b/framework/src/main/resources/default_input_parameters_http.yaml
@@ -5,14 +5,14 @@ parameters:
description: Host user name
short_option: u
long_option: host-username
- default_value: $s{env:HOST_USERNAME}
+ default_value: $s{env:OPEN_CLI_HOST_USERNAME}
is_optional: false
- name: host-password
type: string
description: Host user password
short_option: p
long_option: host-password
- default_value: $s{env:HOST_PASSWORD}
+ default_value: $s{env:OPEN_CLI_HOST_PASSWORD}
is_secured: true
is_optional: false
- name: host-url
@@ -21,7 +21,7 @@ parameters:
short_option: m
long_option: host-url
is_optional: false
- default_value: $s{env:HOST_URL}
+ default_value: $s{env:OPEN_CLI_HOST_URL}
- name: no-auth
type: bool
description: whether to authenticate user or not