Dan, I ran into problems with the glance v2 schema tests in tempest on RHEL 6.4 (python 2.6) until I updated jsonschema (1.3.0) and warlock (1.0.1). Could that be related to your issue? This was the related bug: https://bugs.launchpad.net/glance/+bug/1202391 Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E-mail: mriedem at us.ibm.com 3605 Hwy 52 N Rochester, MN 55901-1407 United States From: Dan Prince <dprince at redhat.com> To: OpenStack Development Mailing List <openstack-dev at lists.openstack.org>, Date: 08/06/2013 09:45 AM Subject: Re: [openstack-dev] instances fail to boot on el6 (glance schema error issue) Okay. The quick fix is to remove the extra Glance V2 call when CONF.allowed_direct_url_schemes is disabled. https://review.openstack.org/#/c/40426/1 This effectively avoids calling the Glance V2 API on python 2.6 (thus avoiding the schema validation issue). The real issue here is still unresolved however and it looks like we still have some work to do to get all the fancy new Glance V2 stuff fully working on python 2.6 distros (RHEL/Centos, etc). Dan ----- Original Message ----- > From: "Dan Prince" <dprince at redhat.com> > To: "OpenStack Development Mailing List" <openstack-dev at lists.openstack.org> > Sent: Monday, August 5, 2013 9:01:40 PM > Subject: [openstack-dev] instances fail to boot on el6 (glance schema error issue) > > As of an hour ago the el6 (Centos) builds in SmokeStack all started failing. > I've documented the initial issue I'm seeing in this ticket: > > https://bugs.launchpad.net/nova/+bug/1208656 > > The issue seems to be that we now hit a SchemaError which bubbles up from > glanceclient when the new direct download plugin code runs. This only seems > to happen on distributions using python 2.6 as I'm not seeing the same thing > on Fedora. > > This stack trace also highlights the fact that the Glance v2 API now seems to > be a requirement for Nova... and I'm not sure this is a good thing > considering we still use the v1 API for many things as well. Ideally we'd > have all Nova -> Glance communication use a single version of the Glance API > (either v1 or v2... not both) right? > > Dan _______________________________________________ OpenStack-dev mailing list OpenStack-dev at lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130809/32a9a725/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1851 bytes Desc: not available URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130809/32a9a725/attachment.gif>