summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-21 13:41:26 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-21 13:41:26 +0800
commit52e436b79e962defe89cf4593beceac70ea5c5e4 (patch)
tree767112d1f4204330475e1b056aa08be3d0768ce7
parentfdc28fca35ff82bd05486a21ebedb5799203e263 (diff)
Remove docker invalid address substitution
Change-Id: I88270ef02b15553f0747b780de63261a0589e94a Issue-ID: VFC-409 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rwxr-xr-xres/docker/instance_config.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/docker/instance_config.sh b/res/docker/instance_config.sh
index 5affa90..edf1beb 100755
--- a/res/docker/instance_config.sh
+++ b/res/docker/instance_config.sh
@@ -13,8 +13,6 @@ fi
if [ $SERVICE_IP ]; then
sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/gvnfm/vnfres/res/res/pub/config/config.py
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfres/res/run.sh
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfres/res/stop.sh
fi
if [ $REDIS_HOST ]; then