Re: [openstack-dev] [neutron][nova] nova needs a new release of neutronclient for OverQuotaClient exception

2014-06-25 Thread Kyle Mestery
On Tue, Jun 24, 2014 at 10:32 PM, Angus Lees gusl...@gmail.com wrote:
 On Tue, 24 Jun 2014 02:46:33 PM Kyle Mestery wrote:
 On Mon, Jun 23, 2014 at 11:08 AM, Kyle Mestery

 mest...@noironetworks.com wrote:
  On Mon, Jun 23, 2014 at 8:54 AM, Matt Riedemann
 
  mrie...@linux.vnet.ibm.com wrote:
  There are at least two changes [1][2] proposed to Nova that use the new
  OverQuotaClient exception in python-neutronclient, but the unit test jobs
  no longer test against trunk-level code of the client packages so they
  fail. So I'm here to lobby for a new release of python-neutronclient if
  possible so we can keep these fixes moving.  Are there any issues with
  that?
  Thanks for bringing this up Matt. I've put this on the agenda for the
  Neutron meeting today, I'll reply on this thread with what comes out
  of that discussion.
 
  Kyle

 As discussed in the meeting, we're going to work on making a new
 release of the client Matt. Ping me in channel later this week, we're
 working the details out on that release at the moment.

 fyi, it would also make sense to include this neutronclient fix too:
  https://review.openstack.org/#/c/98318/
 (assuming it gets sufficient reviews+submitted)

I've just approved that one, so we won't cut the release without it at
this point. Thanks for the heads up!

Kyle

 Thanks,
 Kyle

  [1]
  https://wiki.openstack.org/wiki/Network/Meetings#Team_Discussion_Topics
 
  [1] https://review.openstack.org/#/c/62581/
  [2] https://review.openstack.org/#/c/101462/
  --
 
  Thanks,
 
  Matt Riedemann
 
 
  ___
  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

 --
  - Gus

 ___
 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][nova] nova needs a new release of neutronclient for OverQuotaClient exception

2014-06-24 Thread Kyle Mestery
On Mon, Jun 23, 2014 at 11:08 AM, Kyle Mestery
mest...@noironetworks.com wrote:
 On Mon, Jun 23, 2014 at 8:54 AM, Matt Riedemann
 mrie...@linux.vnet.ibm.com wrote:
 There are at least two changes [1][2] proposed to Nova that use the new
 OverQuotaClient exception in python-neutronclient, but the unit test jobs no
 longer test against trunk-level code of the client packages so they fail.
 So I'm here to lobby for a new release of python-neutronclient if possible
 so we can keep these fixes moving.  Are there any issues with that?

 Thanks for bringing this up Matt. I've put this on the agenda for the
 Neutron meeting today, I'll reply on this thread with what comes out
 of that discussion.

 Kyle

As discussed in the meeting, we're going to work on making a new
release of the client Matt. Ping me in channel later this week, we're
working the details out on that release at the moment.

Thanks,
Kyle

 [1] https://wiki.openstack.org/wiki/Network/Meetings#Team_Discussion_Topics

 [1] https://review.openstack.org/#/c/62581/
 [2] https://review.openstack.org/#/c/101462/
 --

 Thanks,

 Matt Riedemann


 ___
 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][nova] nova needs a new release of neutronclient for OverQuotaClient exception

2014-06-24 Thread Angus Lees
On Tue, 24 Jun 2014 02:46:33 PM Kyle Mestery wrote:
 On Mon, Jun 23, 2014 at 11:08 AM, Kyle Mestery
 
 mest...@noironetworks.com wrote:
  On Mon, Jun 23, 2014 at 8:54 AM, Matt Riedemann
  
  mrie...@linux.vnet.ibm.com wrote:
  There are at least two changes [1][2] proposed to Nova that use the new
  OverQuotaClient exception in python-neutronclient, but the unit test jobs
  no longer test against trunk-level code of the client packages so they
  fail. So I'm here to lobby for a new release of python-neutronclient if
  possible so we can keep these fixes moving.  Are there any issues with
  that? 
  Thanks for bringing this up Matt. I've put this on the agenda for the
  Neutron meeting today, I'll reply on this thread with what comes out
  of that discussion.
  
  Kyle
 
 As discussed in the meeting, we're going to work on making a new
 release of the client Matt. Ping me in channel later this week, we're
 working the details out on that release at the moment.

fyi, it would also make sense to include this neutronclient fix too:
 https://review.openstack.org/#/c/98318/
(assuming it gets sufficient reviews+submitted)

 Thanks,
 Kyle
 
  [1]
  https://wiki.openstack.org/wiki/Network/Meetings#Team_Discussion_Topics
  
  [1] https://review.openstack.org/#/c/62581/
  [2] https://review.openstack.org/#/c/101462/
  --
  
  Thanks,
  
  Matt Riedemann
  
  
  ___
  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

-- 
 - Gus

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


[openstack-dev] [neutron][nova] nova needs a new release of neutronclient for OverQuotaClient exception

2014-06-23 Thread Matt Riedemann
There are at least two changes [1][2] proposed to Nova that use the new 
OverQuotaClient exception in python-neutronclient, but the unit test 
jobs no longer test against trunk-level code of the client packages so 
they fail.  So I'm here to lobby for a new release of 
python-neutronclient if possible so we can keep these fixes moving.  Are 
there any issues with that?


[1] https://review.openstack.org/#/c/62581/
[2] https://review.openstack.org/#/c/101462/
--

Thanks,

Matt Riedemann


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


Re: [openstack-dev] [neutron][nova] nova needs a new release of neutronclient for OverQuotaClient exception

2014-06-23 Thread Kyle Mestery
On Mon, Jun 23, 2014 at 8:54 AM, Matt Riedemann
mrie...@linux.vnet.ibm.com wrote:
 There are at least two changes [1][2] proposed to Nova that use the new
 OverQuotaClient exception in python-neutronclient, but the unit test jobs no
 longer test against trunk-level code of the client packages so they fail.
 So I'm here to lobby for a new release of python-neutronclient if possible
 so we can keep these fixes moving.  Are there any issues with that?

Thanks for bringing this up Matt. I've put this on the agenda for the
Neutron meeting today, I'll reply on this thread with what comes out
of that discussion.

Kyle

[1] https://wiki.openstack.org/wiki/Network/Meetings#Team_Discussion_Topics

 [1] https://review.openstack.org/#/c/62581/
 [2] https://review.openstack.org/#/c/101462/
 --

 Thanks,

 Matt Riedemann


 ___
 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