Michael Pasternak has submitted this change and it was merged.
Change subject: restapi : error when adding disk with missing parameters(#890524)
......................................................................
restapi : error when adding disk with missing parameters(#890524)
When trying to add disk with missing parameters we get error
with superfluous 0:
Disk [format, interface] required for invoke0
This patch fixes the error message by returning the right
operation name in the message
Change-Id: Idc57a93fee99859ba26bcc0bd5b25035358f5734
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=890524
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendDisksResource.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/10820
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idc57a93fee99859ba26bcc0bd5b25035358f5734
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>