From: fujinhua Date: Tue, 19 Sep 2017 11:35:25 +0000 (+0800) Subject: Remove ip set scripts for run/stop.sh X-Git-Tag: v1.0.0~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=09c5744e04f0e84c71fb6295d166abb3824b81de;p=vfc%2Fnfvo%2Fcatalog.git Remove ip set scripts for run/stop.sh Change-Id: I1aeb34e03244ce5d5ebe3d0a2de5f77b804eaa56 Issue-Id: VFC-390 Signed-off-by: fujinhua --- 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