Set consul version to 0.9.3
MSB can't work with the latest version of Consul 1.0.0.
Issue-Id: MSB-61
Change-Id: I2a077d40f64266fdb5bcb0ba97f6ced07cc0fe84
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
diff --git a/test/csit/plans/msb/rest-service/setup.sh b/test/csit/plans/msb/rest-service/setup.sh
index 9682cde..8d344db 100644
--- a/test/csit/plans/msb/rest-service/setup.sh
+++ b/test/csit/plans/msb/rest-service/setup.sh
@@ -18,7 +18,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}