From: ying.yunlong Date: Mon, 11 Sep 2017 07:33:42 +0000 (+0800) Subject: Fix bugs in docker build scripts X-Git-Tag: v1.0.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=174fd48ee00a5a67b690da1301993d6535afb811;p=vfc%2Fgvnfm%2Fvnfres.git Fix bugs in docker build scripts Change-Id: Ic2818ff36834e825edbd2374b06f7e5165004112 Issue-ID: VFC-324 Signed-off-by: ying.yunlong --- diff --git a/res/docker/instance_config.sh b/res/docker/instance_config.sh index 0d12bf8..5affa90 100755 --- a/res/docker/instance_config.sh +++ b/res/docker/instance_config.sh @@ -13,8 +13,8 @@ fi if [ $SERVICE_IP ]; then sed -i "s|\"ip\": \".*\"|\"ip\": \"$SERVICE_IP\"|" vfc/gvnfm/vnfres/res/res/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 + sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfres/res/run.sh + sed -i "s|127\.0\.0\.1|$SERVICE_IP|" vfc/gvnfm/vnfres/res/stop.sh fi if [ $REDIS_HOST ]; then