Bug 877897 - ovirt-shell can't connect to engine when using pyphon 2.6 (httplib.HTTPSConnection source_address error)
Summary: ovirt-shell can't connect to engine when using pyphon 2.6 (httplib.HTTPSConne...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-sdk
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.2
Assignee: Michael Pasternak
QA Contact:
URL:
Whiteboard: infra
Depends On:
Blocks: 893017 915537
TreeView+ depends on / blocked
 
Reported: 2012-11-19 08:05 UTC by Andrey Gordeev
Modified: 2014-01-13 00:38 UTC (History)
5 users (show)

Fixed In Version: 3.2.0.5
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 893017 (view as bug list)
Environment:
Last Closed: 2013-02-15 06:46:50 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Andrey Gordeev 2012-11-19 08:05:46 UTC
Receive error when trying to connect to engine:

error: __init__() got an unexpected keyword argument 'source_address'

Found in versions 3.2.0.3 and 3.2.0.4

Discover that this happen because "ovirtsdk/web/httpsconnection.py" using Python 2.7 version of httplib.HTTPSConnection (with source_address parameter).

If remove source_address parameter from httplib.HTTPSConnection initialization, ovirt-shell works properly under python 2.6

Comment 1 Michael Pasternak 2012-11-21 09:48:19 UTC
http://gerrit.ovirt.org/#/c/9375/


Note You need to log in before you can comment on or make changes to this bug.