Eli Mesika has submitted this change and it was merged.
Change subject: core:upgrade from rhevm is not possible
......................................................................
core:upgrade from rhevm is not possible
upgrade from rhevm is not possible (ISO list is empty)
Removing a redundant check in the UI that although query validations
checks in the core passed, did another check and removed items from the
list of ISO returned from core.
The problem was that when the vdsm getCapabilities fail, the OS version
is null/empty. We should enable the user upgrade using available ISO
files event if getCapabilities fails.
Apart from that, the deleted UI code does a check that is already
handled by BLL code and anyway should not be done by UI.
Change-Id: I4992c74b0f05cd3da7829c5749c1b95eba353f8a
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostGeneralModel.java
1 file changed, 0 insertions(+), 10 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/5692
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4992c74b0f05cd3da7829c5749c1b95eba353f8a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>