PlacementNotConfigured: This compute is not configured to talk to the placement serviceapi
緣由:官方文檔中遺漏了-nova-placement-api的安裝dom
安裝步驟tcp
一、先安裝openstack octca版本的yum源memcached
yum install https://rdoproject.org/repos/rdo-release.rpm
二、控制節點url
yum install openstack-nova-placement-apispa
firewall-cmd --zone=public --add-port=8778/tcp --permanentrest
firewall-cmd --reloadserver
systemctl restart httpd文檔
三、計算節點cmd
編輯 /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