Change in ovirt-engine[master]: restapi: Move VM NIC remove from collection to entity

Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Move VM NIC remove from collection to entity ...................................................................... restapi: Move VM NIC remove from collection to entity Previous changes moved the remove methods from collection to entity interfaces, except the device related ones as those required larger changes that posed a risk for the migration to WildFly, those were handled in a different and less nice way. This completes the movement for the VM NIC resource in a nicer way. Change-Id: I2df187c2933944a4694d62914d2babf291e0a628 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmNicResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmNicsResource.java M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmNicResourceTest.java M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmNicsResourceTest.java 4 files changed, 99 insertions(+), 74 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/42833 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2df187c2933944a4694d62914d2babf291e0a628 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com