Comment 1 for bug 1432701

Revision history for this message
Ian Cordasco (icordasc) wrote :

I think you're 90% of the way there. I think https://github.com/openstack/glance/blob/master/glance/registry/api/v1/images.py#L329 shouldn't be checking deleted but instead, status. I think the proper way to filter is with `status=deleted`, we're just checking for the wrong parameter in that method.