jsonschema v1.0.0 was release on 02/25/2013 this update breaks the unit tests with a failure like: ft50.1: glance.tests.unit.v2.test_images_resource.TestImagesDeserializerWithExtendedSchema.test_create_StringException: Traceback (most recent call last): File "/home/jenkins/workspace/gate-glance-python27/glance/tests/unit/v2/test_images_resource.py", line 1237, in test_create output = self.deserializer.create(request) File "/home/jenkins/workspace/gate-glance-python27/glance/api/v2/images.py", line 206, in create self.schema.validate(body) File "/home/jenkins/workspace/gate-glance-python27/glance/schema.py", line 32, in validate jsonschema.validate(obj, self.raw()) File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py", line 1239, in validate cls.check_schema(schema) File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/jsonschema.py", line 141, in check_schema error.message, validator=error.validator, path=error.path, SchemaError: True is not of type u'array'
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0707.html