August 2018
Beginner
462 pages
12h 36m
English
Update the Nova configuration file at /etc/nova/nova.conf to specify the location of the Glance API:
[glance]...api_servers = http://controller01:9292
Update the Nova configuration file to set the lock file path for Nova services:
[oslo_concurrency]...lock_path = /var/lib/nova/tmp
Configure the [placement] section within /etc/nova/nova.conf. Be sure to comment out any existing os_region_name configuration:
[placement]...os_region_name = RegionOneauth_url = http://controller01:35357/v3auth_type = passwordproject_domain_name = Defaultuser_domain_name = Defaultproject_name = serviceusername = placementpassword = placement
Restart the nova-compute service on all compute nodes:
# systemctl restart nova-compute
Read now
Unlock full access