Create cluster post body checks
Bug #1452980 reported by
Daniel Allegood
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cue |
New
|
Wishlist
|
Unassigned |
Bug Description
When creating a new cluster by posting a json structure from python, the following scenarios do not throw a BadRequest exception:
- Not specifying a volume size
- Properly formatted, yet not existing network ids given
- Passing in a flavor string that does not exist
Changed in cue: | |
assignee: | nobody → Daniel Allegood (daniel-allegood) |
status: | New → Opinion |
assignee: | Daniel Allegood (daniel-allegood) → nobody |
status: | Opinion → New |
Changed in cue: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
volume size is OK to be absent, it's actually ignored right now, I believe
network IDs and flavors are also sort of OK, but providing an immediate error would be preferable over silent error