From: fujinhua Date: Wed, 20 Sep 2017 05:43:39 +0000 (+0800) Subject: Remove ip set scripts for vfc-nfvo-lcm X-Git-Tag: v1.0.0~49 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f519e4c610cdce2c43e57919812323bcf1cc3d00;p=vfc%2Fnfvo%2Flcm.git Remove ip set scripts for vfc-nfvo-lcm Change-Id: I2c34d33c3a054777b3bdda6151010cb177e3a00c Issue-Id: VFC-396 Signed-off-by: fujinhua --- diff --git a/docker/instance_config.sh b/docker/instance_config.sh index 06e0d027..0a622190 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/lcm/lcm/pub/config/config.py - sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/lcm/run.sh - sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/nfvo/lcm/stop.sh fi if [ $REDIS_HOST ]; then