
Omer Frenkel has submitted this change and it was merged. Change subject: engine: Added IsDisplayAddressConsistentInClusterQuery ...................................................................... engine: Added IsDisplayAddressConsistentInClusterQuery This query returns true if the display address is overridden for some hosts in a cluster and for some not. Returns false othervise. It is needed by the http://wiki.ovirt.org/Features/Display_Address_Override to avoid this calculation on the frontend. Change-Id: I1955c35a3739680f6f80c9e8b29a21a14c5b8b7a Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/IsDisplayAddressConsistentInClusterQuery.java A backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/IsDisplayAddressConsistentInClusterQueryTest.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 3 files changed, 195 insertions(+), 0 deletions(-) Approvals: Tomas Jelinek: Verified Gilad Chaplik: Looks good to me, but someone else must approve Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/11375 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1955c35a3739680f6f80c9e8b29a21a14c5b8b7a Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com>