diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-18 14:04:47 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-18 14:04:47 +0800 |
commit | c9bde2ed57a831ae6ab644de9280e4328686c0eb (patch) | |
tree | f0e2647bd136d9cd133cf049e08fecb4f9b555c1 /test/csit/plans/vfc-nfvo-driver-sfc/sanity-check | |
parent | 95da436b4f7962a7bccd949a2afb2cd01f9566f3 (diff) |
Change msb_consul version to 0.9.3
Change-Id: If49e566223b2685afa765139acca93772b8be02b
Issue-Id: VFC-540
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/plans/vfc-nfvo-driver-sfc/sanity-check')
-rwxr-xr-x | test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh index 45ad0cbb1..85a3e69f1 100755 --- a/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-driver-sfc/sanity-check/setup.sh @@ -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} |