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

index 45ad0cb..85a3e69 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}