Change in ovirt-engine[master]: restapi: Fix V3 VM graphics console server

Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Fix V3 VM graphics console server ...................................................................... restapi: Fix V3 VM graphics console server The V3 VM graphics console server doesn't support the "proxyticket" operation because it implements the base graphics console interface used by virtual machines and templates, and this interface doesn't contain the "proxyticket" operation. This patch changes the server so that it implements the interface specialized for virtual machines, which does contain the "proxyticket" operation. Change-Id: I192b32f7822250147003af7b93db4e01b162d42a Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- A backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3VmGraphicsConsolesServer.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3VmServer.java 2 files changed, 56 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/55245 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I192b32f7822250147003af7b93db4e01b162d42a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com