From: yangyan Date: Mon, 1 Apr 2019 10:53:12 +0000 (+0800) Subject: fix msb instance_config X-Git-Tag: 1.3.0~76 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=157e45729088806093a3b29e7ab66a6954222c21;p=vfc%2Fnfvo%2Flcm.git fix msb instance_config Change-Id: I10fb9cba94717e8b0ec97fe906739090e3177f12 Issue-ID: VFC-1324 Signed-off-by: yangyan --- diff --git a/docker/instance_config.sh b/docker/instance_config.sh index 073d0e6f..185194cd 100755 --- a/docker/instance_config.sh +++ b/docker/instance_config.sh @@ -7,11 +7,11 @@ MR_IP=`echo $MR_ADDR | cut -d: -f 1` MR_PORT=`echo $MR_ADDR | cut -d: -f 2` if [ $MSB_IP ]; then - sed -i "s|MSB_SERVICE_IP.*|MSB_SERVICE_IP = '$MSB_IP'|" vfc/nfvo/lcm/lcm/pub/config/config.py + sed -i "s|MSB_SERVICE_IP = .*|MSB_SERVICE_IP = '$MSB_IP'|" vfc/nfvo/lcm/lcm/pub/config/config.py fi if [ $MSB_PORT ]; then - sed -i "s|MSB_SERVICE_PORT.*|MSB_SERVICE_PORT = '$MSB_PORT'|" vfc/nfvo/lcm/lcm/pub/config/config.py + sed -i "s|MSB_SERVICE_PORT = .*|MSB_SERVICE_PORT = '$MSB_PORT'|" vfc/nfvo/lcm/lcm/pub/config/config.py fi if [ $MR_IP ]; then