[node-patches] Change in ovirt-node[master]: Confirmation page should show the right boot device

rbarry at redhat.com rbarry at redhat.com
Tue Jul 15 14:04:11 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Confirmation page should show the right boot device
......................................................................

Confirmation page should show the right boot device

The confirmation page should show boot.device.current instead of
boot.device, which erroneously shows the first disk in the system

Change-Id: I2b43ce4debd63aefe02dcf1b51fb23c4c8b6d0cb
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1119571
Signed-off-by: Ryan Barry <rbarry 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/09/30109/1

diff --git a/src/ovirt/node/installer/core/confirmation_page.py b/src/ovirt/node/installer/core/confirmation_page.py
index a54eabe..23a604e 100644
--- a/src/ovirt/node/installer/core/confirmation_page.py
+++ b/src/ovirt/node/installer/core/confirmation_page.py
@@ -60,7 +60,7 @@
               ui.Notice("notice[0]", _("The data on these disks will "
                                        "be erased!")),
               ui.KeywordLabel("boot.header", _("Boot device")),
-              DiskDetails("boot.device", self,
+              DiskDetails("boot.device.current", self,
                           self._model["boot.device.current"])]
 
         if self._storage_tagged(["boot.device.current"]):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b43ce4debd63aefe02dcf1b51fb23c4c8b6d0cb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list