Tal Nisan has submitted this change and it was merged.
Change subject: webadmin: Set Spice & VNC console models to use different query
......................................................................
webadmin: Set Spice & VNC console models to use different query
Spice & VNC models used get GetVdsInterfacesByVdsId to get all interfaces
and iterate on them to find the management interface and then used the
address for the connection, now they use the GetManagementInterfaceAddressByVdsId
query to get the management interface address directly
Change-Id: Ie73fffcc684f4230e11eadb2e61f126e57d84ab4
Signed-off-by: Tal Nisan <tnisan(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/SpiceConsoleModel.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VncConsoleModel.java
2 files changed, 30 insertions(+), 62 deletions(-)
Approvals:
Tal Nisan: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/4855
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie73fffcc684f4230e11eadb2e61f126e57d84ab4
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>