From: ying.yunlong Date: Wed, 20 Sep 2017 05:20:05 +0000 (+0800) Subject: Remove docker script invalid address substitution X-Git-Tag: v1.0.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=3ac66a9fad25031ca3976cd9f14fe2c5f0162535 Remove docker script invalid address substitution Change-Id: I78b6185c74d6a057ff4db8c2e1a996f61b4154f3 Issue-ID: VFC-393 Signed-off-by: ying.yunlong --- diff --git a/lcm/docker/instance_config.sh b/lcm/docker/instance_config.sh index 508fa006..06b4769b 100755 --- a/lcm/docker/instance_config.sh +++ b/lcm/docker/instance_config.sh @@ -24,6 +24,3 @@ sed -i "s|DB_IP.*|DB_IP = '$MYSQL_IP'|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/conf sed -i "s|DB_PORT.*|DB_PORT = $MYSQL_PORT|" vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py cat vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py - -sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnflcm/lcm/run.sh -sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnflcm/lcm/stop.sh