shirobert 发表于 2017-12-5 14:42:43

openstack install by devstack


[*]准备工作


[*]安装unbuntu 14.4的操作系统
[*]系统可以访问外网
  2.设置代里

[*]vi /etc/resolv.conf
  添加:nameserver +代理IP

[*]编辑文件/etc/profile和文件~/.bashrc
  添加export http_proxy =http://代理IP
  export https_proxy =http://代理IP
  export no_proxy =localhost,127.0.0.1,http://本地IP
  然后source /etc/profile
页: [1]
查看完整版本: openstack install by devstack