Tal Nisan 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/1213810
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit f42ace9b3ec40f6a560591db48fb363a5e19f2dd)
---
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
Allon Mureinik: Looks good to me, approved
--
To view, visit
https://gerrit.ovirt.org/40074
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7abe594c2d15edbc778ec5861b0895cbf8eab969
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server