From 95da436b4f7962a7bccd949a2afb2cd01f9566f3 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 18 Oct 2017 14:03:58 +0800 Subject: Change msb_consul version to 0.9.3 Change-Id: Ia3e7bfc4f0d787d4ff749657412293c4755cb7b6 Issue-Id: VFC-540 Signed-off-by: fujinhua --- test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/plans/vfc-nfvo-catalog/sanity-check') diff --git a/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh index c4cdbdee5..3576e234d 100644 --- a/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh @@ -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} -- cgit 1.2.3-korg