From f519e4c610cdce2c43e57919812323bcf1cc3d00 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 20 Sep 2017 13:43:39 +0800 Subject: [PATCH] Remove ip set scripts for vfc-nfvo-lcm Change-Id: I2c34d33c3a054777b3bdda6151010cb177e3a00c Issue-Id: VFC-396 Signed-off-by: fujinhua --- docker/instance_config.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.16.6