[PATCH rhel7-branch] Update the FCOE command to use the RHEL7 base class.

Brian C. Lane bcl at redhat.com
Fri Jun 5 16:13:13 UTC 2015


On Fri, Jun 05, 2015 at 09:44:56AM -0400, Chris Lumens wrote:
> Related: rhbz#1196721
> ---
>  pyanaconda/kickstart.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index 240476d..d587976 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -623,9 +623,9 @@ class ClearPart(commands.clearpart.F21_ClearPart):
>  
>          storage.clearPartitions()
>  
> -class Fcoe(commands.fcoe.F13_Fcoe):
> +class Fcoe(commands.fcoe.RHEL7_Fcoe):
>      def parse(self, args):
> -        fc = commands.fcoe.F13_Fcoe.parse(self, args)
> +        fc = commands.fcoe.RHEL7_Fcoe.parse(self, args)
>  
>          if fc.nic not in nm.nm_devices():
>              raise KickstartValueError(formatErrorMsg(self.lineno,
> -- 
> 2.2.2
> 

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list