From: fujinhua Date: Wed, 18 Oct 2017 06:04:47 +0000 (+0800) Subject: Change msb_consul version to 0.9.3 X-Git-Tag: 1.0.0-Amsterdam~157 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c9bde2ed57a831ae6ab644de9280e4328686c0eb;p=integration.git Change msb_consul version to 0.9.3 Change-Id: If49e566223b2685afa765139acca93772b8be02b Issue-Id: VFC-540 Signed-off-by: fujinhua --- diff --git a/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh index 45ad0cbb1..85a3e69f1 100755 --- a/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-driver-sfc/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}