Juan Hernandez has submitted this change and it was merged.
Change subject: Use only query parameters
......................................................................
Use only query parameters
Currently the SDK has to send parameters as both query and matrix
parameters, as the server some times requires query and some times
matrix. But the server has recently been fixed to support both, for all
paramers, so the SDK no longer needs to send both. This patch changes
the SDK so that it only uses query parameters.
Change-Id: I41f0aa2a0bb4b8b20e71a64769a352ea508c7583
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/python/ServicesGenerator.java
M sdk/lib/ovirtsdk4/http.py
2 files changed, 7 insertions(+), 27 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/54780
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I41f0aa2a0bb4b8b20e71a64769a352ea508c7583
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>