ironic/releasenotes/notes/fix-api-node-name-updates-f3813295472795be.yaml
Vladyslav Drok faead8980a Fix API node name updates
This change fixes an issue when it is possible to specify name
multiple times in the patch, and only first of them is checked
for correctness. Instead, all of them should be checked, as stated
in JSON PATCH RFC https://tools.ietf.org/html/rfc6902.

Closes-Bug: #1566731
Change-Id: I4301876d9d4b060c69616b893dcdbc36e41a6369
2016-04-22 12:01:47 +03:00

6 lines
295 B
YAML

---
fixes:
- Remove the possibility to set incorrect node name by specifying multiple
add/replace operations in patch request. Since this version, all the values
specified in the patch for name are checked, in order to conform to
JSON PATCH RFC https://tools.ietf.org/html/rfc6902.