From d9c0006164b89cdc720d6d82b2f436d74be7ef23 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 17 Mar 2015 14:40:23 +0000 Subject: Don't enable libvirt-guests.service We don't think it's necessary, and it sometimes races with nova-compute.service, failing if certain network devices aren't created yet, so let's see if Nova should be the one starting the machines up at boot time. --- openstack-nova.configure | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack-nova.configure b/openstack-nova.configure index 4655342c..93d1ee53 100644 --- a/openstack-nova.configure +++ b/openstack-nova.configure @@ -55,7 +55,6 @@ wants_dir="$ROOT"/usr/lib/systemd/system/multi-user.target.wants mkdir -p "$wants_dir" mkdir -p "$ROOT"/var/lock/subsys ln -sf ../libvirtd.service "$wants_dir/libvirtd.service" -ln -sf ../libvirt-guests.service "$wants_dir/libvirt-guests.service" ########################################################################## # Change iprange for the interal libvirt to avoid clashes -- cgit v1.2.1