ERROR oslo_service.service PlacementNotConfigured 解决办法
Posted TK-D小跆风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR oslo_service.service PlacementNotConfigured 解决办法相关的知识,希望对你有一定的参考价值。
PlacementNotConfigured: This compute is not configured to talk to the placement service
原因:官方文档中遗漏了-nova-placement-api的安装
安装步骤
1、先安装openstack octca版本的yum源
yum install https://rdoproject.org/repos/rdo-release.rpm
2、控制节点
yum install openstack-nova-placement-api
firewall-cmd --zone=public --add-port=8778/tcp --permanent
firewall-cmd --reload
systemctl restart httpd
3、计算节点
编辑 /etc/nova/nova.conf
增加
[placement]
auth_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = nova
password = ******
os_region_name = RegionOne
重启 systemctl restart openstack-nova-compute.service
以上是关于ERROR oslo_service.service PlacementNotConfigured 解决办法的主要内容,如果未能解决你的问题,请参考以下文章
新浪微博Error_code: 400; Error: 40022:Error: source paramter(appkey) is missing的解决方法
Error 500--Internal Server Error如何解决
在 MySQL 中出现 ERROR 1701、ERROR 1452 和 ERROR 1305 错误 - 需要一些专业知识