[node-patches] Change in ovirt-node[master]: Don't put storage.fill_data in the confirmation page model
rbarry at redhat.com
rbarry at redhat.com
Wed Jul 30 14:46:16 UTC 2014
Ryan Barry has uploaded a new change for review.
Change subject: Don't put storage.fill_data in the confirmation page model
......................................................................
Don't put storage.fill_data in the confirmation page model
No need to include checkboxes, and urwid doesen't like raw bools
when it tries to assign markup
Change-Id: I00e9f18f91a718db699109f0fa9509c4d012e875
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/installer/core/confirmation_page.py
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/30851/1
diff --git a/src/ovirt/node/installer/core/confirmation_page.py b/src/ovirt/node/installer/core/confirmation_page.py
index 23a604e..380db04 100644
--- a/src/ovirt/node/installer/core/confirmation_page.py
+++ b/src/ovirt/node/installer/core/confirmation_page.py
@@ -116,6 +116,8 @@
self.application.plugins().values() if not
plugin.name() == "Confirm disk selections"]
+ if "storage.fill_data" in _model:
+ del _model["storage.fill_data"]
_model["installation.devices"].sort()
self._model = _model
--
To view, visit http://gerrit.ovirt.org/30851
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I00e9f18f91a718db699109f0fa9509c4d012e875
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