From 9c2f77eed27b08e7aa3680bb9f7217dc33cab23d Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 19 Sep 2017 23:38:20 +0530 Subject: Migrate ONAP_HOST_URL to HOST_URL Issue-Id: CLI-66 Change-Id: Id2b232651fc1b998faa4134c768f2b77cac89158 Signed-off-by: Kanagaraj Manickam k00365106 --- framework/src/main/resources/default_input_parameters.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework') diff --git a/framework/src/main/resources/default_input_parameters.yaml b/framework/src/main/resources/default_input_parameters.yaml index 0503ff90..cc56ee2c 100644 --- a/framework/src/main/resources/default_input_parameters.yaml +++ b/framework/src/main/resources/default_input_parameters.yaml @@ -17,20 +17,20 @@ parameters: is_optional: false - name: host-url type: url - description: Onap host url + description: host url in http(s) short_option: m long_option: host-url is_optional: false - default_value: ${ONAP_HOST_URL} + default_value: ${HOST_URL} - name: help type: string - description: Onap command help message + description: print help message short_option: h long_option: help default_value: false - name: version type: string - description: Onap command service version + description: print service version short_option: v long_option: version default_value: false -- cgit 1.2.3-korg