diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-12 10:57:19 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-12 10:57:19 +0530 |
commit | 5a7190730d457e7193383d7a2f68f1a849796f2c (patch) | |
tree | 1fd8a0ed74e79e2655499b334fe3b86f04e86c7e /docs | |
parent | 3708055fba261a4fb2001f866caa8c80b3e7de2a (diff) |
Fix minor issues
- host-url
- spelling
- ocs name
CLI-40
Change-Id: I7c8acd533c6ca8eb72a73dba1b6349afe24c0485
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation_guide.rst | 2 | ||||
-rw-r--r-- | docs/logging.rst | 6 | ||||
-rw-r--r-- | docs/open_cli_schema_version_1_0.rst | 4 | ||||
-rw-r--r-- | docs/user_guide.rst | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/docs/installation_guide.rst b/docs/installation_guide.rst index 8f7f2503..95dc6046 100644 --- a/docs/installation_guide.rst +++ b/docs/installation_guide.rst @@ -11,7 +11,7 @@ ONAP CLI is delivered in following formats: * Nexus ZIP artifact * Docker image -And tt could be installed by following one of the approaches given below: +And it could be installed by following one of the approaches given below: Using install.sh ---------------- diff --git a/docs/logging.rst b/docs/logging.rst index be86c222..9c92fbd1 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -3,9 +3,9 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 Huawei Technologies Co., Ltd. -Logging -======= +CLI Logging +=========== -ONAP CLI provides logging based on slf4j and logging.properties is used to configure it. +ONAP CLI provides logging based on slf4j and ONAP_CLI_HOME/conf/logging.properties is used to configure it. By default it reports the logs under ONAP_CLI_HOME/logs folder.
\ No newline at end of file diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst index e8592e98..5d649eaf 100644 --- a/docs/open_cli_schema_version_1_0.rst +++ b/docs/open_cli_schema_version_1_0.rst @@ -3,8 +3,8 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 Huawei Technologies Co., Ltd. -Open Command Line Interface (CLI) Schema Version 1.0 -==================================================== +Open Command Line Interface (CLI) Schema Version (OCS) 1.0 +========================================================== Open CLI Platform (OCLIP) provides model based framework to implement Linux Commands for any given software products, by using YAML template diff --git a/docs/user_guide.rst b/docs/user_guide.rst index d002662b..3e9c89fe 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -21,11 +21,11 @@ Type **onap <command>** from linux console. To Run in Interactive mode -------------------------- -Type **onap** from linux console. +Type **onap** from linux/web console. And use the directive set to set the values for following parameters: -1. **onap-host-url** - Onap Micro service bus(MSB) URL or a service URL +1. **host-url** - Onap Micro service bus(MSB) URL or a service URL 2. **onap-username** - Onap user name 3. **onap-password** - Onap user password |