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

David Shea dshea at redhat.com
Mon Jun 15 15:58:34 UTC 2015


On 06/15/2015 09:11 AM, Radek Vykydal wrote:
> 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

Ack.


More information about the anaconda-patches mailing list