[PATCH virt-manager] create: show correctly the list of supported OS

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

 



Do not show only the OS supported stable when stable_defaults is not
used.  commit dc0b9bbaafa98498f5621a2c318a43fdfe1fa7ff introduced this
issue.

Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>
---
 virtManager/create.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/create.py b/virtManager/create.py
index 8c4197f..ef75089 100644
--- a/virtManager/create.py
+++ b/virtManager/create.py
@@ -879,7 +879,7 @@ class vmmCreate(vmmGObjectUI):
             self._add_os_row(model, None, _("Generic"), True)
             return
 
-        filtervars = (not self._stable_defaults() and
+        filtervars = (self._stable_defaults() and
                       STABLE_OS_SUPPORT or
                       None)
         preferred = self.config.preferred_distros
-- 
1.8.4.2

_______________________________________________
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