The service definition in /lib/systemd/system/nova-compute.service contains
After=libvirtd.service
however that service does not exist, the correct service name would be libvirt-bin.service. As a result, nova-compute is started too early and fails because it cannot talk to libvirtd after a reboot.
The service definition in /lib/systemd/ system/ nova-compute. service contains
After=libvirtd. service
however that service does not exist, the correct service name would be libvirt- bin.service. As a result, nova-compute is started too early and fails because it cannot talk to libvirtd after a reboot.