X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docker%2Finstance_config.sh;h=0a6221900d1e5abaf9b676dbfa70139428739c80;hb=2b4006276b5b08c60c22ee41b0fa9e9b238edef5;hp=06e0d0270682508d47997f2310de61e70f7c5bd8;hpb=880272dbf48594791a2d93e74f0ffab896c49cdd;p=vfc%2Fnfvo%2Flcm.git 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