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

index c4cdbde..3576e23 100644 (file)
@@ -21,7 +21,7 @@
 docker login -u docker -p docker nexus3.onap.org:10001
 
 # 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
 CONSUL_IP=`get-instance-ip.sh msb_consul`
 echo CONSUL_IP=${CONSUL_IP}