
Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Return added affinity label ...................................................................... restapi: Return added affinity label Currently when an affinity label is added to a host or to a virtual machine, the doesn't return the added label, like all the other "add" operations of the API do. This patch changes the relevant resource so that it will fetch and return the added affinity label. Change-Id: I8d8c9de6b87424706faf7643924790ba08200c4b Bug-Url: https://bugzilla.redhat.com/1350228 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendAssignedAffinityLabelsResource.java 1 file changed, 14 insertions(+), 1 deletion(-) Approvals: Martin Sivák: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/59821 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8d8c9de6b87424706faf7643924790ba08200c4b 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: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>