Set consul version to 0.9.3 41/19441/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Wed, 18 Oct 2017 05:39:57 +0000 (13:39 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Wed, 18 Oct 2017 05:39:57 +0000 (13:39 +0800)
MSB can't work with the latest version of Consul 1.0.0

Change-Id: I0715d249ef473c360f87fc83946c1951f8800072
Issue-ID: VFC-540
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh

index 3cc5398..74b0ab6 100755 (executable)
@@ -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}