Bug #3356
Make Plankton handle bad reqs correctly
Status: | Assigned | Start date: | 03/01/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Kostas Papadimitriou | % Done: | 0% |
|
Category: | Plankton | Spent time: | - | |
Target version: | 0.14.0 |
Description
- kamaki image delete foo
(503) SERVICE UNAVAILABLE serviceUnavailable (Unexpected error.)
plankton should return BadRequest for non-existent images, instead of a 503.
Related issues
Associated revisions
Fix plankton ItemNotFound exception
Plankton backend raised AssertionError when an Image was not found.
Change this to raise faults.ItemNotFound error. Temporary commit
until common API decorator is implemented.
Refs #3356
History
#1 Updated by Vangelis Koukis over 10 years ago
- Category set to Plankton
- Status changed from New to Assigned
- Assignee set to Kostas Papadimitriou
- Priority changed from Medium to High
- Target version set to 0.14.0
#2 Updated by Vangelis Koukis over 10 years ago
This will be solved by implementing the long-needed #3358 properly.
Plankton should report proper cloud faults, like we should do across Synnefo.