ocata - webob.exc.HTTPBadRequest: The Store URI was malformed.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
In Progress
|
Critical
|
Dharini Chandrasekar |
Bug Description
We're hitting the following 2 errors in Ocata Ubuntu packages when running unit tests:
glance.
-------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "glance/
output = self.controller
File "glance/
return func(self, req, *args, **kwargs)
File "glance/
File "glance/
File "glance/
raise webob.exc.
webob.
glance.
-------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "glance/
output = self.controller
File "glance/
return func(self, req, *args, **kwargs)
File "glance/
File "glance/
File "glance/
raise webob.exc.
webob.
This started with introduction of the following commit:
commit 4ac8adbccc2b7bb
Author: Nikhil Komawar <email address hidden>
Date: Wed Sep 7 17:29:41 2016 -0400
Restrict location updates to active, queued images
summary: |
- webob.exc.HTTPBadRequest: The Store URI was malformed. + ocata - webob.exc.HTTPBadRequest: The Store URI was malformed. |
Changed in glance: | |
assignee: | nobody → Dharini Chandrasekar (dharini-chandrasekar) |
Calling this a Critical priority because we're seeing failures in Glance randomly in Zuul and this is causing several problems for merging high priority items in a timely fashion.