summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-21 13:20:59 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-21 13:20:59 +0800
commitd49f6fa19f00206060dbd1b942ebfe5811075036 (patch)
treea4457a2ef37d116bfc0b6a11277ef79b3cc33719
parente3bb1049452638f20e2d229e8e607893375490c8 (diff)
Remove docker invalid address substitution
Change-Id: I03fe742e34c118e4e3e5601905bfab1af7e6f36b Issue-ID: VFC-407 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rwxr-xr-xmgr/docker/instance_config.sh2
1 files changed, 0 insertions, 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