I’m interested to know why you are using urllib3 directly. Have you considered using the requests module? requests is built upon urllib3 and already a dependency of Neutron.
mark On Feb 3, 2014, at 6:45 PM, Hemanth Ravi <[email protected]> wrote: > Hi, > > We are in the process of submitting a third party Neutron plugin that uses > urllib3 for the connection pooling feature available in urllib3. httplib2 > doesn't provide this capability. > > Is it possible to add urllib3 to requirements.txt? If this is OK, please > advise on the process to add this. > > Thanks, > -hemanth > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
