Description of problem: VMs cannot be migrated because the hosts are using qemu+tls but it has been disabled in /etc/libvirt/libvirtd.conf with "listen_tls = 0". Commenting this out changes it back to the default of enabled and migration works. Version-Release number of selected component (if applicable): oVirt Node Hypervisor release 2.3.0 (1.0.fc16) How reproducible: 100% Steps to Reproduce: 1. Attempt to migrate a VM 2. Migration fails. 3. check /var/log/vdsm/vdsm.log for "operation failed: Failed to connect to remote libvirt URI qemu+tls://myhost.mydomain/system" Actual results: VM does not migrate. Expected results: VM should migrate. Additional info: Fix by commenting out "listen_tls = 0" in /etc/libvirt/libvirtd.conf
*** This bug has been marked as a duplicate of bug 810272 ***