From 1ecc057676a6ef788d5193261abd98bd364f10c0 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 20 Sep 2017 16:34:10 +0530 Subject: 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 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4762d07d..d2abd5ef 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg