Comment 2 for bug 1307506

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

The analysis is correct; however, even validating the tenant on the client side will still require an extra round trip to keystone.
If such a change is agreed, it should probably apply to all neutron requests, not only quota delete ones.

However, there is something true about this bug. A 404 should indeed be returned if a quota for a tenant was never created in the first place. So far the code is returning "success" messages for deleting quotas which never existed in the first place, and this is not correct.

The fix should be trivial.