Re: [openstack-dev] [glance] need to pin jsonschema version for glance?

2013-07-17 Thread Mark Washenberger
/requirements.txt#L11 ). What version of python-glanceclient do you have installed in the environment where there is a problem? On Wed, Jul 17, 2013 at 9:52 AM, Mark Washenberger mark.washenber...@markwash.net wrote: On Wed, Jul 17, 2013 at 7:16 AM, Matt Riedemann mrie...@us.ibm.comwrote: I

[openstack-dev] [Glance] Team Meeting Reminder July 18 14:00 UTC

2013-07-17 Thread Mark Washenberger
Hi folks, As usual, we'll be having a Glance team meeting during our early slot in less than 24 hours at 14:00 UTC [1]. For this meeting, we'll be trying to wade in to the process of cleaning up our Havana 3 targeted blueprints, hopefully finishing completely after next week's meeting. Thanks

Re: [openstack-dev] [Review] Use of exception for non-exceptional cases

2013-07-12 Thread Mark Washenberger
I'm curious if folks know about this? import sys def foo(): raise Exception('Foo Exception') def bar(): try: foo() except Exception: exc_info = sys.exc_info() raise Exception('Bar Exception'), None, exc_info[2] bar() Traceback (most recent call last):

Re: [openstack-dev] [oslo.config] Config files overriding CLI: The path of most surprise.

2013-07-01 Thread Mark Washenberger
I think I had a different takeaway from that thread. My understanding was that people were agreeing with you that CLI args *should* have highest precedence and override everything else. The talk about permanence confuses me, unless we mean that more permanent values are overridden by less

Re: [openstack-dev] Build-time unit tests failing when building glance 2013.2.b1

2013-06-29 Thread Mark Washenberger
Hi Thomas, We switched to using entrypoints for creating our binaries. Unfortunately, this means you need to have the glance version installed in some sense in your path when you want to run those tests. This felt like a no-no when we made the change, but it worked fine without any changes to our

Re: [openstack-dev] Build-time unit tests failing when building glance 2013.2.b1

2013-06-29 Thread Mark Washenberger
Munging together some replies: On Sat, Jun 29, 2013 at 12:26 PM, Monty Taylor mord...@inaugust.com wrote: On 06/29/2013 02:14 PM, Thomas Goirand wrote: On 06/30/2013 12:16 AM, Mark Washenberger wrote: Hi Thomas, We switched to using entrypoints for creating our binaries. Can you

Re: [openstack-dev] OpenStack Programs

2013-06-24 Thread Mark Washenberger
Thanks for kicking off this discussion! I think the idea of programs has fantastic promise. On Mon, Jun 24, 2013 at 2:50 AM, Thierry Carrez thie...@openstack.orgwrote: Hi everyone, Official OpenStack projects are those under the oversight of the Technical Committee, and contributing to one

Re: [openstack-dev] [PTLs] Proposed simplification around blueprint tracking

2013-06-20 Thread Mark Washenberger
Perfect. On Thu, Jun 20, 2013 at 5:20 AM, Thierry Carrez thie...@openstack.orgwrote: Mark Washenberger wrote: This sounds like a fantastic improvement. I'd really like to have a next milestone as well as an Ongoing milestone, for tracking the kinds of long, drawn out refactorings / code

<    1   2