[Openstack] Compute Node asks for [placement] section
Georgios Dimitrakakis
giorgis at acmac.uoc.gr
Wed Mar 1 23:13:03 UTC 2017
All,
I am trying to deploy OpenStack Ocata on bare metal servers using the
official guide from here:
https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html
Unfortunately I have stuck at deploying the Compute Node due to the
following error in the logs when I try to start nova-compute service:
2017-03-02 00:27:16.052 4236 INFO nova.service [-] Starting compute
node (version 15.0.0-1.el7)
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service [-] Error
starting thread.
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service Traceback (most
recent call last):
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service File
"/usr/lib/python2.7/site-packages/oslo_service/service.py", line 722, in
run_service
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service
service.start()
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service File
"/usr/lib/python2.7/site-packages/nova/service.py", line 144, in start
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service
self.manager.init_host()
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service File
"/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1136,
in init_host
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service raise
exception.PlacementNotConfigured()
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service
PlacementNotConfigured: This compute is not configured to talk to the
placement service. Configure the [placement] section of nova.conf and
restart the service.
2017-03-02 00:27:16.053 4236 ERROR oslo_service.service
As far as I can understand the problem is that there isn't a placement
service and that the compute node hasn't been configured. Furthermore
and if my understanding is correct this (the "placement" service) is
compulsory in Ocata so I believe that this is a bug and have already
filed one for it
(https://bugs.launchpad.net/openstack-manuals/+bug/1669163).
Can someone help me overcome this problem in order to proceed with the
installation? What do I have to do? Do I have to create a new service or
just edit the "nova.conf" file or maybe both (what do I have to put in
that case in nova.conf?) ?
Looking forward for your answers!
Best regards,
G. Dimitrakakis
More information about the Openstack
mailing list