From d49f6fa19f00206060dbd1b942ebfe5811075036 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Thu, 21 Sep 2017 13:20:59 +0800 Subject: Remove docker invalid address substitution Change-Id: I03fe742e34c118e4e3e5601905bfab1af7e6f36b Issue-ID: VFC-407 Signed-off-by: ying.yunlong --- mgr/docker/instance_config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/mgr/docker/instance_config.sh b/mgr/docker/instance_config.sh index 4848b91..02e88c6 100755 --- a/mgr/docker/instance_config.sh +++ b/mgr/docker/instance_config.sh @@ -13,8 +13,6 @@ fi if [ $SERVICE_IP ]; then sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/gvnfm/vnfmgr/mgr/mgr/pub/config/config.py - sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfmgr/mgr/run.sh - sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfmgr/mgr/stop.sh fi if [ $REDIS_HOST ]; then -- cgit 1.2.3-korg