[node-patches] Change in ovirt-node[master]: installer: Fix upgrade regression
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 19 14:14:05 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Fix upgrade regression
......................................................................
installer: Fix upgrade regression
Change-Id: I1f2ff8ed06a096f85afc3b9f1c0963e81b9b21db
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1064153
Signed-off-by: Fabian Deutsch <fabiand at redhat.com>
---
M src/ovirt/node/installer/core/installation_device_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/59/24759/1
diff --git a/src/ovirt/node/installer/core/installation_device_page.py b/src/ovirt/node/installer/core/installation_device_page.py
index 63e237f..75bf52b 100644
--- a/src/ovirt/node/installer/core/installation_device_page.py
+++ b/src/ovirt/node/installer/core/installation_device_page.py
@@ -47,7 +47,7 @@
if devices:
selected_boot_dev = \
self.application.plugins()["Boot Device"]\
- .model()["boot.device.current"]
+ .model().get("boot.device.current", "")
self.logger.debug("Selected boot device: %s" %
selected_boot_dev)
first_dev = devices[0][0]
--
To view, visit http://gerrit.ovirt.org/24759
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f2ff8ed06a096f85afc3b9f1c0963e81b9b21db
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list