On 7/14/2016 9:21 AM, Steven Dake (stdake) wrote: > > We are not making the deploy gates voting at this time, although the > plan is to do so once we stablize the last of the gate issues. I think > we are just down to one issue now, and that is that ubuntu source fails > with an error about VIR MIGRATE AUTO CONVERGE. This looks to be a nova > bug. If the nova community has any bones to throw us on how to fix > this, it would be appreciated. I'd cut and paste the log, but for some > reason C&P isn't working in my email client at present. > What version of libvirt/qemu do you have in the image/job you're running? See: https://github.com/openstack/nova/blob/92a388a1e34559b2ce69d31fdef996ff029495a6/nova/virt/libvirt/driver.py#L278 If you have libvirt>=1.2.3 and qemu>=1.6.0 then it's going to try and get these values from libvirt: https://github.com/openstack/nova/blob/92a388a1e34559b2ce69d31fdef996ff029495a6/nova/virt/libvirt/driver.py#L633 Could be something patched out of the versions you're using from the distro maybe? The actual failure paste/trace would help. -- Thanks, Matt Riedemann