Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aryulianto/d2c1cccabfc307923474514acb2e2977 to your computer and use it in GitHub Desktop.
Save aryulianto/d2c1cccabfc307923474514acb2e2977 to your computer and use it in GitHub Desktop.
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service [-] Error starting thread.
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service Traceback (most recent call last):
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/oslo_service/service.py", line 722, in run_service
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service service.start()
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/nova/service.py", line 144, in start
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service self.manager.init_host()
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 1137, in init_host
2017-08-01 06:00:23.058 20891 ERROR oslo_service.service raise exception.PlacementNotConfigured()
2017-08-01 06:00:23.058 20891 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-08-01 06:00:23.058 20891 ERROR oslo_service.service
vim /etc/nova/nova.conf
[placement]
auth_type = password
auth_url = http://controller:35357
username = placement
password = placement_password
user_domain_name = default
project_name = service
project_domain_name = default
os_region_name = regionOne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment