Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Don't exclude "vms" and "templates" links of storage domains ......................................................................
restapi: Don't exclude "vms" and "templates" links of storage domains Currently the links to the "vms" and "templates" subcollections of storage domains are excluded, but recently these collections started to be used in order to find "unregistered" virtual machines and templates. This patch changes the RESTAPI so that these links aren't excluded. Change-Id: I7abe594c2d15edbc778ec5861b0895cbf8eab969 Bug-Url: https://bugzilla.redhat.com/1213302 Signed-off-by: Juan Hernandez <[email protected]> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendStorageDomainResource.java M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendStorageDomainsResourceTest.java 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/40035 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7abe594c2d15edbc778ec5861b0895cbf8eab969 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
