List call for metadef namespaces returns 404 not found while fetching resource_types
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Glance |
Fix Released |
Undecided |
Unassigned | ||
Bug Description
We encountered this issue in our glance- tempest- plugin 'test_list_ namespace' test, where while running in parallel mode it tries to fetch resource_type for a namespace which is actually deleted and fails with 404 Not Found error.
Actually while fetching the resource_types associated with namespace if namespace is not exist then it should return empty list rather than raising 404 not found from that point.