Juan Hernandez has submitted this change and it was merged.
Change subject: restapi: Fix system permissions server
......................................................................
restapi: Fix system permissions server
In version 3 of the engine the system permissions resource was
implemented using an empty interface as a placeholder for the required
JAX-RS annotations. But in version 4 of the engine the classes that
implement the V3 compatibility layer don't use inheritance, and as a
result this resource is actually empty. This patch fixes that, removing
the empty class and replacing it with the generic assigned permissions
implementation.
Change-Id: I2f8d5ac0e0107538e4aae917b1f71fade0f670f4
Bug-Url:
https://bugzilla.redhat.com/1334096
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
D
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3SystemPermissionsServer.java
M
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3SystemServer.java
2 files changed, 2 insertions(+), 31 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/57237
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2f8d5ac0e0107538e4aae917b1f71fade0f670f4
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>