octavia/releasenotes/notes/deleted-404-2cdd751e7afbe036.yaml
Michael Johnson 97c0eab918 Fix calls to "DELETED" items
Fixes the v2 API returning "DELETED" records until the amphora_expiry_age
timeout expired. The API will now immediately return a 404 HTTP status
code when deleted objects are requested. The API version has been raised
to v2.1 to reflect this change.

Change-Id: Iaf150240b0de32f75ba8cfe605293e3af086cc78
Story: 2001557
Task: 6501
2018-04-20 15:50:46 -07:00

8 lines
283 B
YAML

---
fixes:
- |
Fixes the v2 API returning "DELETED" records until the amphora_expiry_age
timeout expired. The API will now immediately return a 404 HTTP status
code when deleted objects are requested. The API version has been raised
to v2.1 to reflect this change.