博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装OpenStack启动Keystone时HTTP报500内部错误解决
阅读量:4230 次
发布时间:2019-05-26

本文共 716 字,大约阅读时间需要 2 分钟。

我的环境:CentOS7 + OpenStack Liberty这个问题可能是因为我把controller的localhost改成controller了,在/etc/hostname中那么这个问题出现之后,我在每个服务中都需要使用两个database的认证vi /etc/keystone/keystone.confconnection = mysql://keystone:pass@controller/keystoneconnection = mysql://keystone:pass@localhost/keystone # new line added to suppress HTTP 500 errorAfter that run these commands again to reflect keystone.conf changes made,Populate the database tables for the Identity Service:su -s /bin/sh -c "keystone-manage db_sync" keystoneRestart the Identity Service: sudo systemctl enable openstack-keystone.service sudo systemctl start openstack-keystone.service这样就可以了。OpenStack中还有有很多坑的。记录一下。我提交了一个BUG。链接如下:https://bugs.launchpad.net/openstack-manuals/+bug/1570699

转载地址:http://zknqi.baihongyu.com/

你可能感兴趣的文章
leetcode171.[math] Excel Sheet Column Number
查看>>
Log4j配置
查看>>
java发送https请求证书问题
查看>>
js新消息提醒
查看>>
js窗体消息提醒
查看>>
深入Hibernate映射文件(二)——<hibernate-mapping>的属性
查看>>
详解在Spring中进行集成测试
查看>>
Struts2中过滤器和拦截器的区别
查看>>
51单片机:led灯闪烁10次后熄灭
查看>>
安卓:okhttp请求,获取返回数据
查看>>
安卓:股票筛选及分析系统
查看>>
增加windows下Tomcat运行时的内存
查看>>
tomcat群集中session共享的几个方案
查看>>
查找google谷歌北京IP地址的方法
查看>>
本科大数据专业该怎么上?
查看>>
云创大数据1+X大数据应用部署与调优职业技能等级证书预申报正式开启!
查看>>
人工智能需要一个可被证明的理论作为基础 | 哈佛丘成桐
查看>>
入门 | 一文概览深度学习中的激活函数
查看>>
一分钟整明白Tensorflow Extended
查看>>
人工智能再次参加高考:和作家比写作文,AI能打多少分?
查看>>