Re: [openstack-dev] [Glance][Nova][All] requests 2.4.0 breaks glanceclient

2014-09-09 Thread Ian Cordasco


On 9/3/14, 3:59 PM, Ian Cordasco ian.corda...@rackspace.com wrote:

On 9/3/14, 2:20 PM, Sean Dague s...@dague.net wrote:

On 09/03/2014 03:12 PM, Gregory Haynes wrote:
 Excerpts from Kuvaja, Erno's message of 2014-09-03 12:30:08 +:
 Hi All,

 While investigating glanceclient gating issues we narrowed it down to
requests 2.4.0 which was released 2014-08-29. Urllib3 seems to be
raising new ProtocolError which does not get catched and breaks at
least glanceclient.
 Following error can be seen on console ProtocolError: ('Connection
aborted.', gaierror(-2, 'Name or service not known')).

 Unfortunately we hit on such issue just under the freeze. Apparently
this breaks novaclient as well and there is change
(https://review.openstack.org/#/c/118332/ )proposed to requirements to
limit the version 2.4.0.

 Is there any other projects using requirements and seeing issues with
the latest version?
 
 Weve run into this in tripleo, specifically with os-collect-config.
 Heres the upstream bug:
 https://github.com/kennethreitz/requests/issues/2192
 
 We had to pin it in our project to unwedge CI (otherwise we would be
 blocked on cutting an os-collect-config release).

Ok, given the details of the bug, I'd be ok with a != 2.4.0, it looks
like they are working on a merge now.

There’s a patch waiting to be merged here:
https://github.com/kennethreitz/requests/pull/2193. Unfortunately, it
might take a while for Kenneth to show up, merge it, and cut a minor
release.

For what it’s worth, 2.4.1 was released by the requests team this morning
fixing this issue.

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


[openstack-dev] [Glance][Nova][All] requests 2.4.0 breaks glanceclient

2014-09-03 Thread Kuvaja, Erno
Hi All,

While investigating glanceclient gating issues we narrowed it down to requests 
2.4.0 which was released 2014-08-29. Urllib3 seems to be raising new 
ProtocolError which does not get catched and breaks at least glanceclient.
Following error can be seen on console ProtocolError: ('Connection aborted.', 
gaierror(-2, 'Name or service not known')).

Unfortunately we hit on such issue just under the freeze. Apparently this 
breaks novaclient as well and there is change 
(https://review.openstack.org/#/c/118332/ )proposed to requirements to limit 
the version 2.4.0.

Is there any other projects using requirements and seeing issues with the 
latest version?


-  Erno (jokke_) Kuvaja

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


Re: [openstack-dev] [Glance][Nova][All] requests 2.4.0 breaks glanceclient

2014-09-03 Thread Sean Dague
Honestly, I don't think we should pin this. This seems like a pretty
easy fix in the code and the only unit tests that are failing are the
ones testing invalid endpoints.

My vote is to fix glanceclient instead and do a release.

-Sean

On 09/03/2014 08:30 AM, Kuvaja, Erno wrote:
 Hi All,
 
  
 
 While investigating glanceclient gating issues we narrowed it down to
 requests 2.4.0 which was released 2014-08-29. Urllib3 seems to be
 raising new ProtocolError which does not get catched and breaks at least
 glanceclient.
 
 Following error can be seen on console ProtocolError: ('Connection
 aborted.', gaierror(-2, 'Name or service not known')).
 
  
 
 Unfortunately we hit on such issue just under the freeze. Apparently
 this breaks novaclient as well and there is change
 (https://review.openstack.org/#/c/118332/ )proposed to requirements to
 limit the version 2.4.0.
 
  
 
 Is there any other projects using requirements and seeing issues with
 the latest version?
 
  
 
 -  Erno (jokke_) Kuvaja
 
 kuv...@hp.com
 
 
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 


-- 
Sean Dague
http://dague.net

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


Re: [openstack-dev] [Glance][Nova][All] requests 2.4.0 breaks glanceclient

2014-09-03 Thread Gregory Haynes
Excerpts from Kuvaja, Erno's message of 2014-09-03 12:30:08 +:
 Hi All,
 
 While investigating glanceclient gating issues we narrowed it down to 
 requests 2.4.0 which was released 2014-08-29. Urllib3 seems to be raising new 
 ProtocolError which does not get catched and breaks at least glanceclient.
 Following error can be seen on console ProtocolError: ('Connection 
 aborted.', gaierror(-2, 'Name or service not known')).
 
 Unfortunately we hit on such issue just under the freeze. Apparently this 
 breaks novaclient as well and there is change 
 (https://review.openstack.org/#/c/118332/ )proposed to requirements to limit 
 the version 2.4.0.
 
 Is there any other projects using requirements and seeing issues with the 
 latest version?

Weve run into this in tripleo, specifically with os-collect-config.
Heres the upstream bug:
https://github.com/kennethreitz/requests/issues/2192

We had to pin it in our project to unwedge CI (otherwise we would be
blocked on cutting an os-collect-config release).

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


Re: [openstack-dev] [Glance][Nova][All] requests 2.4.0 breaks glanceclient

2014-09-03 Thread Sean Dague
On 09/03/2014 03:12 PM, Gregory Haynes wrote:
 Excerpts from Kuvaja, Erno's message of 2014-09-03 12:30:08 +:
 Hi All,

 While investigating glanceclient gating issues we narrowed it down to 
 requests 2.4.0 which was released 2014-08-29. Urllib3 seems to be raising 
 new ProtocolError which does not get catched and breaks at least 
 glanceclient.
 Following error can be seen on console ProtocolError: ('Connection 
 aborted.', gaierror(-2, 'Name or service not known')).

 Unfortunately we hit on such issue just under the freeze. Apparently this 
 breaks novaclient as well and there is change 
 (https://review.openstack.org/#/c/118332/ )proposed to requirements to limit 
 the version 2.4.0.

 Is there any other projects using requirements and seeing issues with the 
 latest version?
 
 Weve run into this in tripleo, specifically with os-collect-config.
 Heres the upstream bug:
 https://github.com/kennethreitz/requests/issues/2192
 
 We had to pin it in our project to unwedge CI (otherwise we would be
 blocked on cutting an os-collect-config release).

Ok, given the details of the bug, I'd be ok with a != 2.4.0, it looks
like they are working on a merge now.

-Sean

-- 
Sean Dague
http://dague.net

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


Re: [openstack-dev] [Glance][Nova][All] requests 2.4.0 breaks glanceclient

2014-09-03 Thread Ian Cordasco
On 9/3/14, 2:20 PM, Sean Dague s...@dague.net wrote:

On 09/03/2014 03:12 PM, Gregory Haynes wrote:
 Excerpts from Kuvaja, Erno's message of 2014-09-03 12:30:08 +:
 Hi All,

 While investigating glanceclient gating issues we narrowed it down to
requests 2.4.0 which was released 2014-08-29. Urllib3 seems to be
raising new ProtocolError which does not get catched and breaks at
least glanceclient.
 Following error can be seen on console ProtocolError: ('Connection
aborted.', gaierror(-2, 'Name or service not known')).

 Unfortunately we hit on such issue just under the freeze. Apparently
this breaks novaclient as well and there is change
(https://review.openstack.org/#/c/118332/ )proposed to requirements to
limit the version 2.4.0.

 Is there any other projects using requirements and seeing issues with
the latest version?
 
 Weve run into this in tripleo, specifically with os-collect-config.
 Heres the upstream bug:
 https://github.com/kennethreitz/requests/issues/2192
 
 We had to pin it in our project to unwedge CI (otherwise we would be
 blocked on cutting an os-collect-config release).

Ok, given the details of the bug, I'd be ok with a != 2.4.0, it looks
like they are working on a merge now.

There’s a patch waiting to be merged here:
https://github.com/kennethreitz/requests/pull/2193. Unfortunately, it
might take a while for Kenneth to show up, merge it, and cut a minor
release.

-
Ian

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