Skip to content

Commit 8feb2ff

Browse files
kaizhang-shanxiYongzhi Pan
authored andcommitted
fix bootstrap command in bootstrap_test
1 parent 3736c35 commit 8feb2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap_test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def up_node3():
4545
def bootstrap(up_node1):
4646
subproc.check_call([
4747
'sudo', 'vagrant', 'ssh', 'node1', '-c',
48-
'sudo /vagrant/bootstrap -r registry.aliyuncs.com/laincloud --vip={}'.
48+
'sudo /vagrant/bootstrap -m https://l2ohopf9.mirror.aliyuncs.com -r docker.io/laincloud --vip={}'.
4949
format(CONFIG.vip)
5050
])
5151

0 commit comments

Comments
 (0)