aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-19 19:35:25 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-19 19:35:25 +0800
commit09c5744e04f0e84c71fb6295d166abb3824b81de (patch)
tree6692750071dcdce12488762bf9ccfcb84adbea56 /docker
parent52e6d677d167156c2215f79979597ac324d6edca (diff)
Remove ip set scripts for run/stop.sh
Change-Id: I1aeb34e03244ce5d5ebe3d0a2de5f77b804eaa56 Issue-Id: VFC-390 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/instance_config.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/instance_config.sh b/docker/instance_config.sh
index 32c9af1a..c76770e3 100755
--- a/docker/instance_config.sh
+++ b/docker/instance_config.sh
@@ -13,8 +13,6 @@ fi
if [ $SERVICE_IP ]; then
sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/nfvo/catalog/catalog/pub/config/config.py
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/catalog/run.sh
- sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/catalog/stop.sh
fi
if [ $REDIS_HOST ]; then