Comment 1 for bug 1479020

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

Reviewed: https://review.openstack.org/204521
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=c41dcc9f4366429d952cc47853496d58d47b7511
Submitter: Jenkins
Branch: master

commit c41dcc9f4366429d952cc47853496d58d47b7511
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

    Closes-Bug: #1479020
    Change-Id: Id4d6a5bdcf971d09e80043fd2ab399e208fd931c