Change in ovirt-engine-sdk[master]: sdk: Replace httplib with pycurl

Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Replace httplib with pycurl ...................................................................... sdk: Replace httplib with pycurl Currently we use the Python httplib module to handle the HTTP connection with the server. Unfortunatelly this module doesn't support any interesting authentication mechanism. In the future we want to add support for Kerberos, for example. As a first step this patch replaces httplib with the pycurl. Change-Id: I7fa93cef1b8ca0deb5bdbc02c35ab604e11b4570 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M generator/src/main/java/org/ovirt/engine/sdk/generator/rsdl/templates/EntryPointHeadTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/rsdl/templates/EntryPointMethodsTemplate M generator/src/main/java/org/ovirt/engine/sdk/generator/rsdl/templates/EntryPointTemplate M ovirt-engine-sdk-python.spec.in M setup.py M src/ovirtsdk/api.py M src/ovirtsdk/infrastructure/connectionspool.py M src/ovirtsdk/infrastructure/errors.py M src/ovirtsdk/infrastructure/proxy.py D src/ovirtsdk/web/__init__.py D src/ovirtsdk/web/connection.py D src/ovirtsdk/web/cookiejaradapter.py D src/ovirtsdk/web/httpsconnection.py 13 files changed, 280 insertions(+), 779 deletions(-) Approvals: Ravi Nori: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/33064 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7fa93cef1b8ca0deb5bdbc02c35ab604e11b4570 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com