Change in ovirt-engine[master]: restapi: Remove `networkfilters` link from V3

Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Remove `networkfilters` link from V3 ...................................................................... restapi: Remove `networkfilters` link from V3 Currently when version 3 of the API is requested the root resource contains a link to the `networkfilters` collection that was added in version 4 of the API. But following this link produces an empty result, because there is no such collection in version 3 of the API. This patch removes the link from version 3 of the API. Change-Id: I58a03e31ff7a86477198b039eb685a201eac5ad1 Bug-Url: https://bugzilla.redhat.com/1359643 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/adapters/V3ApiOutAdapter.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/61305 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I58a03e31ff7a86477198b039eb685a201eac5ad1 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@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