diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-18 13:39:57 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-18 13:39:57 +0800 |
commit | 2e0d8bc857ba97c1e4d77c84e1c9b0c491cbdd70 (patch) | |
tree | 79d8af13f996e6f7ea2dbc71ffd73f7a7d05a13b /test/csit/plans/vfc-nfvo-lcm | |
parent | 498896ae082a59232d7e5d407d3ce39c5fa04e05 (diff) |
Set consul version to 0.9.3
MSB can't work with the latest version of Consul 1.0.0
Change-Id: I0715d249ef473c360f87fc83946c1951f8800072
Issue-ID: VFC-540
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'test/csit/plans/vfc-nfvo-lcm')
-rwxr-xr-x | test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh index 3cc53988c..74b0ab61d 100755 --- a/test/csit/plans/vfc-nfvo-lcm/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-lcm/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} |