Comment 2 for bug 1102944

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (master)

Reviewed: https://review.openstack.org/20224
Committed: http://github.com/openstack/python-glanceclient/commit/8d0d4b90f3c177d40a884fc562c51764cf5045f5
Submitter: Jenkins
Branch: master

commit 8d0d4b90f3c177d40a884fc562c51764cf5045f5
Author: Stuart McLaren <email address hidden>
Date: Tue Jan 22 11:42:42 2013 +0000

    Change https port to be an optional parameter

    VerifiedHTTPSConnection inherits from HTTPSConnection so 'port' should be
    an optional argument. If not present it will be set by HTTPSConnection
    in the usual way: by parsing the host string (eg 'localhost:8443')
    or setting to the default of '443'.

    Addresses bug 1102944.

    Change-Id: I2c2cb92f824acf15b0ff54590b5614cf206b57e0