From: fujinhua Date: Wed, 18 Oct 2017 06:05:24 +0000 (+0800) Subject: Change msb_consul version to 0.9.3 X-Git-Tag: 1.0.0-Amsterdam~156 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F19449%2F1;p=integration.git Change msb_consul version to 0.9.3 Change-Id: I8d158bc36b29f0035508fa77cc06a4c21728e5f4 Issue-Id: VFC-540 Signed-off-by: fujinhua --- diff --git a/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh index 09978ca6d..d381f8f38 100755 --- a/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh @@ -20,7 +20,7 @@ source ${SCRIPTS}/common_functions.sh #start msb -docker run -d -p 8500:8500 --name msb_consul consul +docker run -d -p 8500:8500 --name msb_consul consul:0.9.3 MSB_CONSUL_IP=`get-instance-ip.sh msb_consul` echo MSB_CONSUL_IP=${MSB_CONSUL_IP}