Change in ovirt-engine[master]: restapi : GET: /api/vms/xxx/reporteddevices returns yaml not...

Michael Pasternak has submitted this change and it was merged. Change subject: restapi : GET: /api/vms/xxx/reporteddevices returns yaml not xml(#915036) ...................................................................... restapi : GET: /api/vms/xxx/reporteddevices returns yaml not xml(#915036) Api returns yaml for /api/vms/xxx/reporteddevices and /api/hosts/xxx/hooks This patch fixes the return type for reporteddevices and hooks. Change-Id: I90ff2099da3afd0713bf4a1e48c348c313c4e1ff Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=915036 Signed-off-by: Ravi Nori <rnori@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendHostHookResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendHostHooksResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmReportedDeviceResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmReportedDevicesResource.java 4 files changed, 0 insertions(+), 10 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12698 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I90ff2099da3afd0713bf4a1e48c348c313c4e1ff Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com>
participants (1)
-
mpastern@redhat.com