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

2013-07-17 Thread Mac Innes, Kiall
On 17/07/13 19:51, Matthew Treinish wrote: > I think that setting a requirement of >=1.3.0 is fine it should get us > around this. Watch out! There was a "mis-release" of 2.0 under the version 1.4.0. The OpenStack mirror still has this release, ever after it was pulled from pypi. openstack/requi

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

2013-07-17 Thread Matt Riedemann
Rochester, MN 55901-1407 United States From: Matthew Treinish To: OpenStack Development Mailing List , Date: 07/17/2013 01:49 PM Subject:Re: [openstack-dev] [glance] need to pin jsonschema version for glance? On Wed, Jul 17, 2013 at 11:03:53AM -0700, Mark Washenberger

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

2013-07-17 Thread Matt Riedemann
To: OpenStack Development Mailing List , Date: 07/17/2013 01:07 PM Subject:Re: [openstack-dev] [glance] need to pin jsonschema version for glance? Actually, when I build out a virtual environment and install python-glanceclient, I get jsonschema 2.0.0. So maybe the problem

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

2013-07-17 Thread Matthew Treinish
On Wed, Jul 17, 2013 at 11:03:53AM -0700, Mark Washenberger wrote: > Actually, when I build out a virtual environment and install > python-glanceclient, I get jsonschema 2.0.0. So maybe the problem is > elsewhere? I also get python-glanceclient 0.9.0, but I notice that tempest > requires python-gla

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

2013-07-17 Thread Mark Washenberger
Actually, when I build out a virtual environment and install python-glanceclient, I get jsonschema 2.0.0. So maybe the problem is elsewhere? I also get python-glanceclient 0.9.0, but I notice that tempest requires python-glanceclient >0.5.0 ( https://github.com/openstack/tempest/blob/master/require

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

2013-07-17 Thread Mark Washenberger
On Wed, Jul 17, 2013 at 7:16 AM, Matt Riedemann wrote: > I recently synched up on the latest glance and ran tempest on my RHEL 6.3 > box and the image v2 tests all started failing due to json schema > validation errors: > > *http://paste.openstack.org/show/40684/*

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

2013-07-17 Thread Matt Riedemann
I recently synched up on the latest glance and ran tempest on my RHEL 6.3 box and the image v2 tests all started failing due to json schema validation errors: http://paste.openstack.org/show/40684/ I found that the version of jsonschema on the system is 0.7, probably because of the dependency