diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 15:00:50 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-21 18:07:53 +0530 |
commit | 0cb830f903d622674770684f8ea633c405bb7d6b (patch) | |
tree | 013ad264fe338ffc39ece4ca5ff5dc93332be9b6 /docs/open_cli_schema_version_1_0.rst | |
parent | 9a7c3f58efc9a4fcff5052700457cf6f7565cf39 (diff) |
Reset the docs to match 1.1.0
Issue-Id: CLI-66
Change-Id: Ida7397eb0a422fa3cf6666add39083ec423e4694
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/open_cli_schema_version_1_0.rst')
-rw-r--r-- | docs/open_cli_schema_version_1_0.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst index 8b365861..c907172e 100644 --- a/docs/open_cli_schema_version_1_0.rst +++ b/docs/open_cli_schema_version_1_0.rst @@ -474,7 +474,7 @@ OCLIP platform provides following default parameters for every command and author is allowed to customize the inclusion or exclusion of these input parameters for a given command. -name: host-username +name: onap-username ~~~~~~~~~~~~~~~~~~~ type: string @@ -483,13 +483,13 @@ name: host-username short_option: u - long_option: host-username + long_option: onap-username - default_value: ${OPEN_CLI_HOST_USERNAME} + default_value: ${ONAP_USERNAME} is_optional: false -name: host-password +name: onap-password ~~~~~~~~~~~~~~~~~~~ type: string @@ -498,9 +498,9 @@ name: host-password short_option: p - long_option: host-password + long_option: onap-password - default_value: ${OPEN_CLI_HOST_PASSWORD} + default_value: ${ONAP_PASSWORD} is_secured: true @@ -518,7 +518,7 @@ name: host-url is_optional: false - default_value: ${OPEN_CLI_HOST_URL} + default_value: ${ONAP_HOST_URL} name: help ~~~~~~~~~~ @@ -611,15 +611,15 @@ and logout. For example, OCLIP platform provides a command called 'schema-validate' to validate schematics of template against the specification defined in this -document. For this command, host-url, host-username, host-password, no-auth +document. For this command, host-url, onap-username, onap-password, no-auth parameters are required. so author could exclude these parameters by defining as : default_parameters: exclude: - \- host-username + \- onap-username - \- host-password + \- onap-password \- host-url |