Change msb_consul version to 0.9.3 49/19449/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 18 Oct 2017 06:05:24 +0000 (14:05 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 18 Oct 2017 06:05:24 +0000 (14:05 +0800)
Change-Id: I8d158bc36b29f0035508fa77cc06a4c21728e5f4
Issue-Id: VFC-540
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
test/csit/plans/vfc-nfvo-driver-ems/sanity-check/setup.sh

index 09978ca..d381f8f 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}