summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-20 13:43:39 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-20 13:43:39 +0800
commitf519e4c610cdce2c43e57919812323bcf1cc3d00 (patch)
tree63d4dc30ce0c89496f600d4f4871bca0124103ca /docker
parent9e0dd77d83a83bb408988398f219b83193ea1812 (diff)
Remove ip set scripts for vfc-nfvo-lcm
Change-Id: I2c34d33c3a054777b3bdda6151010cb177e3a00c Issue-Id: VFC-396 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 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