[openstack-dev] [Neutron] Adding package to requirements.txt

Hemanth Ravi hemanthraviml at gmail.com
Tue Feb 4 02:43:23 UTC 2014


Mark,

We had started the plugin dev with grizzly initially and the grizzly
distribution included httplib2. We used urllib3 for the HTTPConnectionPool
object. Overlooked the requests module included in the master when we
migrated. I'll take a look at using requests for the same support.

Thanks,
-hemanth


On Mon, Feb 3, 2014 at 6:08 PM, Mark McClain <mmcclain at yahoo-inc.com> wrote:

> 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 <hemanthraviml at gmail.com> 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
> > OpenStack-dev at lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140203/0408e07a/attachment.html>


More information about the OpenStack-dev mailing list