From 8feb2ffb7b767958fe9b34d7155346b487c58fdc Mon Sep 17 00:00:00 2001 From: kaizhang-shanxi Date: Thu, 6 Jul 2017 12:44:53 +0800 Subject: [PATCH] fix bootstrap command in bootstrap_test --- bootstrap_test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_test/conftest.py b/bootstrap_test/conftest.py index d02862a..e056301 100644 --- a/bootstrap_test/conftest.py +++ b/bootstrap_test/conftest.py @@ -45,7 +45,7 @@ def up_node3(): def bootstrap(up_node1): subproc.check_call([ 'sudo', 'vagrant', 'ssh', 'node1', '-c', - 'sudo /vagrant/bootstrap -r registry.aliyuncs.com/laincloud --vip={}'. + 'sudo /vagrant/bootstrap -m https://l2ohopf9.mirror.aliyuncs.com -r docker.io/laincloud --vip={}'. format(CONFIG.vip) ])