From 174fd48ee00a5a67b690da1301993d6535afb811 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Mon, 11 Sep 2017 15:33:42 +0800 Subject: Fix bugs in docker build scripts Change-Id: Ic2818ff36834e825edbd2374b06f7e5165004112 Issue-ID: VFC-324 Signed-off-by: ying.yunlong --- res/docker/instance_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res') 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 -- cgit 1.2.3-korg