[PATCH rhel7] Fix port from rhel 6 to rhel 7 (anaconda.id attribute) (#839297)

Radek Vykydal rvykydal at redhat.com
Thu Jul 12 09:19:29 UTC 2012


Resolves: rhbz#839297
---
 pyanaconda/partIntfHelpers.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/partIntfHelpers.py b/pyanaconda/partIntfHelpers.py
index e26f9b7..dfe85d9 100644
--- a/pyanaconda/partIntfHelpers.py
+++ b/pyanaconda/partIntfHelpers.py
@@ -472,7 +472,7 @@ def drive_iscsi_addition(anaconda, wizard):
                                                 _("No iSCSI nodes to log in"))
                     break
                 (rc, selected_nodes) = wizard.display_nodes_dialog(found_nodes,
-                                                                  anaconda.id.storage.iscsi.ifaces)
+                                                                  anaconda.storage.iscsi.ifaces)
                 if not rc or len(selected_nodes) == 0:
                     break
                 step = STEP_LOGIN
@@ -499,7 +499,7 @@ def drive_iscsi_addition(anaconda, wizard):
                 rc = wizard.display_success_dialog(login_ok_nodes, 
                                                    login_fail_nodes,
                                                    login_fail_msg,
-                                                   anaconda.id.storage.iscsi.ifaces)
+                                                   anaconda.storage.iscsi.ifaces)
                 if rc:
                     step = STEP_STABILIZE
                 else:
-- 
1.7.4



More information about the anaconda-patches mailing list