neutron/releasenotes/notes/404-for-quota-tenant-2c09c16759269b21.yaml
reedip 9153527252 Return a 404 on quota delete if entry not found
If a tenant quota is not found, the delete operation should fail
with a 404 error. It currently returns 204 even if the delete
operation actually does not delete anything which is inconsistent
with other delete operations in the Neutron API.

APIImpact

Change-Id: I1cd91b5e06bd17f9aac97bba71228f2e5c48879b
Closes-Bug: 1307506
Co-Authored-By: Salvatore Orlando <salv.orlando@gmail.com>
2016-04-18 20:32:51 +00:00

7 lines
154 B
YAML

---
features:
- |
Return code for `quota delete` for a tenant whose
quota has not been previously defined has been
changed from 204 to 404.