首页 > 其他 > 详细

解决安装devstack时从github下载代码速度过慢

时间:2015-10-14 02:08:54      阅读:2435      评论:0      收藏:0      [点我收藏+]

将下载源从git://git.openstack.org改为 git://github.com

?

搜索

openstack4@openstack4-Tecal-RH1288-V2-8S:/opt/devstack$ grep -n -r "openstack.org"? ./stackrc
165:# Another option is https://git.openstack.org
166:GIT_BASE=${GIT_BASE:-git://git.openstack.org}
613:??? IMAGE_URL="http://tarballs.openstack.org/trove/images/ubuntu/mysql.qcow2"
openstack4@openstack4-Tecal-RH1288-V2-8S:/opt/devstack$

修改

?

166:GIT_BASE=${GIT_BASE:-git://git.openstack.org} 将这一行的源地址改为git://github.com

解决安装devstack时从github下载代码速度过慢

原文:http://chenyingkof.iteye.com/blog/2248846

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!