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

Chris Lumens clumens at redhat.com
Fri Jun 5 13:44:56 UTC 2015


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



More information about the anaconda-patches mailing list