
openstack
随小风
随小风博客地址为https://devopstack.cn
微信公众号: devopscnote
展开
-
一键部署openstack
安装环境:System: Centos 7.1 x64 (内存至少3G)Hostname: openstack.example.com一. 环境部署及安装1. 删除iptables默认规则和切换SELINUX默认值# iptables -F# service iptables save# setenforce 0# vi /etc/sysconfig/selinux转载 2017-05-11 14:43:58 · 3179 阅读 · 0 评论 -
openstack glance连接认证keystone出现错误的一个解决思路
搭建好了keystone服务后,对自己本身的认证是成功的 说明keystone配置是正确的。之后开始配置glance服务,配置好了,出现了如下报错。[root@linux-node1 ~]# glance image-list503 Service Unavailable: The server is currently unavailable. Please try again a原创 2017-04-21 10:23:45 · 17260 阅读 · 1 评论 -
openstack ERROR neutron.common.config [-] Unable to load neutron from configuration file /usr/shar
搭建openstack真的是遇到了很多坑,然后各种找资料什么的,尝试去解决,好多时候就是不知道问题导致的,这个时候就应该看看是不是配置文件敲错了。遇到的这个坑就是我的配置文件敲了。很是痛苦。。2017-04-24 10:28:00.835 91529 WARNING neutron.agent.securitygroups_rpc [-] Driver configuration does原创 2017-04-24 10:45:29 · 1320 阅读 · 0 评论 -
openstack 创建虚拟机的时候报错: Failed to allocate the network(s), not rescheduling.].
错误: 实例 "test-gtj" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Build of instance 5ea8c935-ee07-4788-823f-10e2b003ca89 aborted: Failed to allocate the network(s), not rescheduling.].解决方法:在nova的计算节点修改:/etc原创 2017-04-26 17:39:29 · 7861 阅读 · 2 评论 -
cinder创建云硬盘的时候 出现 cinder-volume | linux-node2@lvm | nova | enabled | down | 2017-04-26T22:45:47.
创建cinder云硬盘的时候出现down的错误[root@linux-node1 ~]# cinder service-list+------------------+-----------------+------+---------+-------+----------------------------+-----------------+| Binary |原创 2017-04-26 22:57:41 · 1623 阅读 · 0 评论