启动DevStack的各项服务
exchen 10年前 (2015-03-18) 5067浏览 0评论
重启系统之后,DevStack的nova-computer, nova-network等等各项服务不会自动启动,需要自己写一个脚本来启动。 #this script is intented to restart you...
exchen 10年前 (2015-03-18) 5067浏览 0评论
重启系统之后,DevStack的nova-computer, nova-network等等各项服务不会自动启动,需要自己写一个脚本来启动。 #this script is intented to restart you...
exchen 10年前 (2015-01-22) 4436浏览 0评论
vi /etc/nova/nova.conf 在[DEFAULT]添加 dnsmasq_config_file=/etc/dnsmasq-nova.conf dns_server=8.8.8.8 vi /etc/dnsmasq-nova.conf 添...
exchen 10年前 (2014-12-27) 3472浏览 0评论
最近遇到了一些问题,在这总结一下 1. 启动虚拟机失败,错误“some rules could not be created for interface vnet0” 解决办法:service libvirtd restart //重启libvi...
exchen 10年前 (2014-08-28) 3822浏览 0评论
提示 etc/ssl/certs/ca-certificates 错误。 执行这个命令既可解决,git config --global http.sslverify false 转载请注明:exchen's blog » De...
exchen 10年前 (2014-08-28) 4561浏览 0评论
安装DevStack的时候,提示pip源的问题 Download of get-pip.py failed 解决方法,手动安装 wget http://python-distribute.org/distribute_setup.py sudo py...
exchen 10年前 (2014-08-21) 4522浏览 0评论
以下是本人最近两周搭建OpenStack的心得与笔记,参考了网上很资料,终于搭建完成,途中遇到过很多问题,比如stack.sh执行中途出错问题,系统安装vnc连接问题,建云主机蓝屏问题,后来都慢慢解决了,供各位网友参考。 1. 系统为 ubuntu-...