[virt-manager PATCH] virtinst.support: fix copy&paste error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx>
---

Pushed under trivial rule.

 virtinst/support.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/support.py b/virtinst/support.py
index 6b0489a5..115c9b15 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -201,7 +201,7 @@ class _SupportCheck(object):
 
         if self.hv_libvirt_version:
             if hv_type not in self.hv_libvirt_version:
-                if "all" not in self.hv_version:
+                if "all" not in self.hv_libvirt_version:
                     return False
             elif (actual_libvirt_version <
                   _version_str_to_int(self.hv_libvirt_version[hv_type])):
-- 
2.14.3

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux