Tomas Jelinek has submitted this change and it was merged. Change subject: webadmin: Fix Default OS selection for PPC ......................................................................
webadmin: Fix Default OS selection for PPC The change 23809 introduced a problem with the default OS for PPC64, since the id 0 was fixed in the AsyncDataProvider class. This change was supposed to fix a possible issue, that happens when the OS id added to a VM is missing in the OSInfo property file. I reverted the solution that was using the class MapWithDafults, because there are two default OSes (one for each architecture), not only one. I couldn't figure out how to fix this issue, maybe when starting the system and exit with an error or show error on event log. It deserves more discussion. Change-Id: I02843c1af1b3aecf2d3966bf836395550b0be554 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1062344 Signed-off-by: Leonardo Bianconi <[email protected]> --- D frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/MapWithDefaults.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java 3 files changed, 12 insertions(+), 54 deletions(-) Approvals: Tomas Jelinek: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/24200 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I02843c1af1b3aecf2d3966bf836395550b0be554 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Frank Kobzik <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
