
Moti Asayag has submitted this change and it was merged. Change subject: restapi: Attach network to cluster by ID ...................................................................... restapi: Attach network to cluster by ID The patch resolves the network which is a candidate to be attached to a cluster or to be updated within a cluster by queries all of the networks on DC level instead for all the networks which are currently attached to the cluster. Change-Id: I2293cccf3d88aea384bd61ae75d3c8d5f41408a9 Bug-Url: https://bugzilla.redhat.com/961046 Signed-off-by: Moti Asayag <masayag@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendClusterNetworksResource.java M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendClusterNetworksResourceTest.java 2 files changed, 63 insertions(+), 23 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/14721 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2293cccf3d88aea384bd61ae75d3c8d5f41408a9 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com>