Comment 6 for bug 1323862

Revision history for this message
Ian Cordasco (icordasc) wrote :

So urllib3 now has an API for setting these values. requests simply needs to update its copy and cut a release. We'll need to subclass HTTPAdapter and replace HTTPAdapter here: https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L56 with the subclass so that we can pass the extra options to urllib3's PoolManager.