From 0ffdbb13fe0b39c89b291ed8e7b17b3b05422a96 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 29 Sep 2013 08:33:45 -0400 Subject: [PATCH] pollhelpers: Re-enable list-all-interfaces Was just transient F19 breakage --- virtinst/pollhelpers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/virtinst/pollhelpers.py b/virtinst/pollhelpers.py index 3a2bb01b8..d9e24ab01 100644 --- a/virtinst/pollhelpers.py +++ b/virtinst/pollhelpers.py @@ -144,9 +144,7 @@ def fetch_pools(backend, orig, build_func): def fetch_interfaces(backend, orig, build_func): name = "interface" - # Doesn't work on F19, not sure if a transient bug or if it has - # never worked: https://bugzilla.redhat.com/show_bug.cgi?id=982014 - if False and backend.check_conn_support( + if backend.check_conn_support( backend.SUPPORT_CONN_LISTALLINTERFACES): return _new_poll_helper(orig, name, backend.listAllInterfaces,