Comment 5 for bug 1479020

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

Reviewed: https://review.openstack.org/207336
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=51ff5aebdf5729378ae01e9c4a06a8220fab28bc
Submitter: Jenkins
Branch: stable/kilo

commit 51ff5aebdf5729378ae01e9c4a06a8220fab28bc
Author: Haikel Guemar <email address hidden>
Date: Wed Jul 22 11:41:42 2015 +0200

    Fix failure to create glance https connection pool

    Due to a typo in an attribute named, an Attribute error is raised
    causing failure in connection to glance through HTTPS

    Urllib3 PoolManager class has a connection_pool_kw attribute
    but not connection_kw

    Change-Id: Id4d6a5bdcf971d09e80043fd2ab399e208fd931c
    Closes-Bug: #1479020
    (cherry picked from commit c41dcc9f4366429d952cc47853496d58d47b7511)