Glance image-delete HTTPInternalServerError HTTP 500
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Undecided
|
Josh Durgin | ||
Folsom |
Fix Released
|
Medium
|
Josh Durgin | ||
Grizzly |
Fix Released
|
Undecided
|
Josh Durgin | ||
glance (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When trying to glance image-delete I get the --debug output below, along with an HTTP 500. There doesn't seem to be a rhyme or reason for getting this.
Any help would be appreciated.
'X-Auth-Token: 6c3a2309546340b
HTTP/1.1 500 Internal Server Error
date: Tue, 06 Nov 2012 14:52:38 GMT
content-length: 3450
content-type: text/plain
connection: close
Traceback (most recent call last):
File "/usr/lib/
result = self.applicatio
File "/usr/lib/
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/
return self.func(req, *args, **kwargs)
File "/usr/lib/
response = req.get_
File "/usr/lib/
application, catch_exc_
File "/usr/lib/
app_iter = application(
File "/usr/lib/
return self.app(env, start_response)
File "/usr/lib/
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/
return self.func(req, *args, **kwargs)
File "/usr/lib/
response = req.get_
File "/usr/lib/
application, catch_exc_
File "/usr/lib/
app_iter = application(
File "/usr/lib/
return app(environ, start_response)
File "/usr/lib/
return resp(environ, start_response)
File "/usr/lib/
response = self.app(environ, start_response)
File "/usr/lib/
return resp(environ, start_response)
File "/usr/lib/
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/
return self.func(req, *args, **kwargs)
File "/usr/lib/
request, **action_args)
File "/usr/lib/
return method(*args, **kwargs)
File "/usr/lib/
return func(self, req, *args, **kwargs)
File "/usr/lib/
req.context, id)
File "/usr/lib/
return delete_
File "/usr/lib/
return store.delete(loc)
File "/usr/lib/
with rbd.Image(ioctx, loc.image) as image:
File "/usr/lib/
raise TypeError('name must be a string')
TypeError: name must be a string
Request returned failure status.
None
HTTPInternalSer
Related branches
- Openstack Ubuntu Testers: Pending requested
-
Diff: 86 lines (+55/-2)2 files modifieddebian/changelog (+53/-1)
debian/control (+2/-1)
CVE References
tags: | added: folsom-backport-potential |
Changed in glance: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in glance (Ubuntu): | |
status: | New → Fix Released |
Changed in glance (Ubuntu Quantal): | |
status: | New → Confirmed |
tags: | removed: folsom-backport-potential |
I should add that I can delete some images, but not all, and there doesn't seem to be a rhyme or reason for how they were created as it relates to being able to delete them.