Change in ovirt-engine-sdk-ruby[sdk_4.0]: Convert 'all_content' parameter to 'All-Content' header
juan.hernandez at redhat.com
juan.hernandez at redhat.com
Tue Oct 18 09:32:33 UTC 2016
Juan Hernandez has submitted this change and it was merged.
Change subject: Convert 'all_content' parameter to 'All-Content' header
......................................................................
Convert 'all_content' parameter to 'All-Content' header
Older versions of the engine (before 4.1) only accepted the
'all_content' parameter as an HTTP header. To better support those
versions of the engine this patch changes the SDK so that when the
'all_content' parameter is specified its value is copied to the
'All-Content' request header. So a request like this:
GET /ovirt-engine/api/vms/123?all_content=true
Will be translated into this:
GET /ovirt-engine/api/vms/123?all_content=true
All-Content: true
Change-Id: I3c15fa5cc60a2c45406d4d892c68d1b6f54d38e1
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
(cherry picked from commit 9dedf6aeb19ef9dedc89ff0212103a8474be134b)
---
M sdk/lib/ovirtsdk4/connection.rb
1 file changed, 11 insertions(+), 1 deletion(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65535
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3c15fa5cc60a2c45406d4d892c68d1b6f54d38e1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
More information about the Engine-commits
mailing list