[node-patches] Change in ovirt-node[master]: confirmation_page: fix miss notice info when selecting a sto...

hadong0720 at gmail.com hadong0720 at gmail.com
Wed Aug 13 07:45:00 UTC 2014


hadong has uploaded a new change for review.

Change subject: confirmation_page: fix miss notice info when selecting a storage domain as boot device
......................................................................

confirmation_page: fix miss notice info when selecting a storage domain as boot device

Change-Id: I7797f66fc7d9dcecbd2db1c19e5fe58a1dc56cab
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1129555
Signed-off-by: hadong <hadong at redhat.com>
---
M src/ovirt/node/installer/core/confirmation_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/31/31431/1

diff --git a/src/ovirt/node/installer/core/confirmation_page.py b/src/ovirt/node/installer/core/confirmation_page.py
index 380db04..09109d5 100644
--- a/src/ovirt/node/installer/core/confirmation_page.py
+++ b/src/ovirt/node/installer/core/confirmation_page.py
@@ -63,7 +63,7 @@
               DiskDetails("boot.device.current", self,
                           self._model["boot.device.current"])]
 
-        if self._storage_tagged(["boot.device.current"]):
+        if self._storage_tagged(self._model["boot.device.current"]):
             ws.extend([ui.Notice("boot.notice", _("Boot device may be part "
                                                   "of a storage domain!"))])
 


-- 
To view, visit http://gerrit.ovirt.org/31431
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7797f66fc7d9dcecbd2db1c19e5fe58a1dc56cab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>



More information about the node-patches mailing list