diff options
author | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2018-10-09 11:28:41 -0400 |
---|---|---|
committer | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2018-10-09 16:55:17 -0400 |
commit | 47bcf09a62fb260a60b90d4f6c8406d956ab5a8a (patch) | |
tree | d1eb28e038f362bc4a68207c6f6a74535e47f782 /deliveries/local-dev-host-start.sh | |
parent | 15586620ec762ba42f2c6ec1b596ea6ea4425355 (diff) |
Add roles to user
Issue-ID: PORTAL-432
add roles to user when the app is centralized
Change-Id: I46a782be24ea1804597dc7205bf98170731ffe4d
Signed-off-by: Kotta, Shireesha (sk434m) <shireesha.kotta@att.com>
Diffstat (limited to 'deliveries/local-dev-host-start.sh')
-rw-r--r-- | deliveries/local-dev-host-start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/local-dev-host-start.sh b/deliveries/local-dev-host-start.sh index 7268dcf7..8355983a 100644 --- a/deliveries/local-dev-host-start.sh +++ b/deliveries/local-dev-host-start.sh @@ -43,7 +43,7 @@ export LOGS_DIR=./logs mkdir -p $LOGS_DIR # Make inter-app communication work in dev3 -export EXTRA_HOST_IP="135.207.161.175" +export EXTRA_HOST_IP=localhost export EXTRA_HOST_NAME="portal.api.simpledemo.onap.org" # (re)start containers |