diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-20 16:34:10 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:38:13 +0530 |
commit | 1ecc057676a6ef788d5193261abd98bd364f10c0 (patch) | |
tree | 8b2df724a18ee189ccfef46467e88e3138595a68 /docs | |
parent | 92075994f7a2a399f2dced6fb207ebb4e717d8f0 (diff) |
Migrate onap-username and onap-password
onap-username and onap-password are migrated into
host-username and host-password respectively
Issue-Id: CLI-66
Change-Id: I4d658283523e75a2223dac9d0b839fdbc6ae2da3
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/open_cli_schema_version_1_0.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst index f2e1d66a..42053730 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: onap-username +name: host-username ~~~~~~~~~~~~~~~~~~~ type: string @@ -483,13 +483,13 @@ name: onap-username short_option: u - long_option: onap-username + long_option: host-username - default_value: ${ONAP_USERNAME} + default_value: ${HOST_USERNAME} is_optional: false -name: onap-password +name: host-password ~~~~~~~~~~~~~~~~~~~ type: string @@ -498,9 +498,9 @@ name: onap-password short_option: p - long_option: onap-password + long_option: host-password - default_value: ${ONAP_PASSWORD} + default_value: ${HOST_PASSWORD} is_secured: true @@ -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, onap-username, onap-password, no-auth +document. For this command, host-url, host-username, host-password, no-auth parameters are required. so author could exclude these parameters by defining as : default_parameters: exclude: - \- onap-username + \- host-username - \- onap-password + \- host-password \- host-url |