Skip to content

Commit

Permalink
fix bootstrap command in bootstrap_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang-shanxi authored and Yongzhi Pan committed Jul 6, 2017
1 parent 3736c35 commit 8feb2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
])

Expand Down

0 comments on commit 8feb2ff

Please sign in to comment.