diff -Nru nova-2012.1~e4/debian/changelog nova-2012.1~e4/debian/changelog --- nova-2012.1~e4/debian/changelog 2012-03-02 11:04:12.000000000 -0500 +++ nova-2012.1~e4/debian/changelog 2012-03-07 13:24:22.000000000 -0500 @@ -1,3 +1,10 @@ +nova (2012.1~e4-0ubuntu2) precise; urgency=low + + * debian/nova-compute.upstart.in + - Fix race condition between nova-compute-kvm and libvirt (LP: #907152) + + -- Paul Belanger Wed, 07 Mar 2012 13:20:27 -0500 + nova (2012.1~e4-0ubuntu1) precise; urgency=low [ Adam Gandleman ] diff -Nru nova-2012.1~e4/debian/nova-compute.upstart.in nova-2012.1~e4/debian/nova-compute.upstart.in --- nova-2012.1~e4/debian/nova-compute.upstart.in 2012-03-02 11:04:12.000000000 -0500 +++ nova-2012.1~e4/debian/nova-compute.upstart.in 2012-03-07 13:56:28.000000000 -0500 @@ -1,9 +1,8 @@ description "Nova compute worker" author "Soren Hansen " -start on (filesystem and net-device-up IFACE!=lo) -stop on runlevel [016] - +start on started libvirt-bin +stop on stopping libvirt-bin chdir /var/run