octavia/releasenotes/notes/Fix-API-update-null-None-1b400962017a3d56.yaml
Michael Johnson ab8a263674 Fix flavor profile API handling of None updates
The current flavor profile API does not properly handle
clearing/reseting values on update. Some mandatory fields would
return a database "cannot be Null" error. This patch raises the
proper invalid option execption.

Story: 2005374
Task: 33542

Change-Id: I5253c48871a8bb3bf91f82aa7791585cc4a6d529
2019-07-29 14:49:22 -07:00

7 lines
208 B
YAML

---
fixes:
- |
Fixed the API handling of None (JSON null) on object update calls. The
API will now either clear the value from the field or will reset the value
of the field to the API default.