[PATCH rhel7-branch] network: fix a typo in condition for installing teamd (#1199185)

Radek Vykydal rvykydal at redhat.com
Mon Jun 15 13:11:54 UTC 2015


Resolves: rhbz#1199185
---
 pyanaconda/install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/install.py b/pyanaconda/install.py
index dd32a73..776d1dd 100644
--- a/pyanaconda/install.py
+++ b/pyanaconda/install.py
@@ -209,7 +209,7 @@ def doInstall(storage, payload, ksdata, instClass):
     if willInstallBootloader:
         packages += storage.bootloader.packages
 
-    if network.is_using_team_device:
+    if network.is_using_team_device():
         packages.append("teamd")
 
     # don't try to install packages from the install class' ignored list and the
-- 
1.9.3



More information about the anaconda-patches mailing list