Eli Mesika has submitted this change and it was merged.
Change subject: engine, webadmin: Edit Approve Host popup -> Cluster not updated
......................................................................
engine, webadmin: Edit Approve Host popup -> Cluster not updated
The host cluster is not updated in the
"Edit Approve Host" dialog.
For oVirt node the cpu flags is null, so
GetHostArchitectureQuery throws a NPE.
When cpu flags is null, ArchitectureType.unknown
is returned and the webadmin displays all clusters
for data center if unknown is returned.
Change-Id: I4b0357f07de5ac27902ceb250b7ef4c2e1642d08
Bug-Url:
https://bugzilla.redhat.com/1056998
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetHostArchitectureQuery.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostModel.java
2 files changed, 4 insertions(+), 2 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
Ravi Nori: Verified
Gilad Chaplik: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/24875
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4b0357f07de5ac27902ceb250b7ef4c2e1642d08
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server