diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-04 18:26:43 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-20 12:24:20 +0530 |
commit | 863a720fec2abf3fec87cff154df390e29ee5187 (patch) | |
tree | e301922362ad2b1b3b108164a16a91008f01c5dc /docs/user_guide.rst | |
parent | 325ea8e8f7bc4df7b07fd107cc9b3bd315d8e7f1 (diff) |
Migrate docs to use OPEN_ instead of ONAP_
Issue-Id: CLI-66
Change-Id: Ibba97419f3feaaced0ebfee4181716a6731c60b8
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/user_guide.rst')
-rw-r--r-- | docs/user_guide.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 27644cd7..64554682 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -12,9 +12,9 @@ CLI user guide Provides unified commands to operate ONAP from Linux console. Configure the following environment variables, before using it: -1. **ONAP_HOST_URL** - Onap Micro service bus(MSB) URL or a service URL -2. **ONAP_USERNAME** - Onap user name -3. **ONAP_PASSWORD** - Onap user password +1. **OPEN_HOST_URL** - Onap Micro service bus(MSB) URL or a service URL +2. **OPEN_USERNAME** - Onap user name +3. **OPEN_PASSWORD** - Onap user password To Run a command ----------------- @@ -53,10 +53,15 @@ Help Debug Mode ---------- To run in debug mode, set following environment variables: +<<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06 1. ONAP_CLI_DEBUG - By default its false, otherwise Set to true 2. ONAP_CLI_DEBUG_PORT - By default it is 5005, otherwise set to new TCP port number +======= +1. OPEN_CLI_DEBUG - By default its false, otherwise Set to true +2. OPEN_CLI_DEBUG_PORT - By default it is 5005, otherwise set to new TCP port number +>>>>>>> Migrate docs to use OPEN_ instead of ONAP_ More details ------------- |