Remove ip set scripts for vfc-nfvo-lcm
[vfc/nfvo/lcm.git] / docker / instance_config.sh
index 06e0d02..0a62219 100755 (executable)
@@ -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