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

2014-02-03 Thread Hemanth Ravi
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  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  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@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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

2014-02-03 Thread Mark McClain
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  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@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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

2014-02-03 Thread Hemanth Ravi
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@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev