Change in ovirt-engine[ovirt-engine-4.0]: restapi: Don't add V3 disk attachment details to links

Piotr Kliczewski has submitted this change and it was merged. Change subject: restapi: Don't add V3 disk attachment details to links ...................................................................... restapi: Don't add V3 disk attachment details to links Currently the V3 compatibility layer tries to add the attachment details (bootable, etc) to all the returned objects of type "disk". That is wrong, as links, for example, shoundn't include such information. To solve the problem this patch changes the API so that the population of these details is performed only for objects of type "disk" returned by the "list", "get", and "update" operations of the services that manage virtual machine disks. Change-Id: Ic8bc7e4b498d3d7ee7d09b60432b08f12be669c3 Bug-Url: https://bugzilla.redhat.com/1368552 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit 9aa386f4ea54dd69e96fe87176a394ef6113d3ef) --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/adapters/V3DiskOutAdapter.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/helpers/V3VmHelper.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3VmDiskServer.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3VmDisksServer.java 4 files changed, 49 insertions(+), 79 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/63124 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic8bc7e4b498d3d7ee7d09b60432b08f12be669c3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
piotr.kliczewski@gmail.com