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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,8 +7,8 @@ Provides unified commands to operate ONAP from Linux console. Configure the following environment variables, before using it: 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 +2. **HOST_USERNAME** - Onap user name +3. **HOST_PASSWORD** - Onap user password To Run a command ----------------- @@ -20,9 +20,9 @@ Type **onap** from linux console. And use the directive set to set the values for following parameters: -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 +1. **onap-host-url** - Onap Micro service bus(MSB) URL or a service URL +2. **host-username** - Onap user name +3. **host-password** - Onap user password Set the product version ------------------------ @@ -52,4 +52,4 @@ To run in debug mode, set following environment variables: More details ------------- -https://wiki.onap.org
\ No newline at end of file +https://wiki.onap.org |