ironic/releasenotes/notes/bug-2004947-e5f27e11b8f9c96d.yaml
Jim Rollenhagen c803488af2 Allow case-insensitivity when setting conductor_group via API
Since we use the new conductor group to calculate which conductor an
update_node message should go to, we need to lowercase the new
conductor_group value at the API level, rather than just before saving
the node object.

Change-Id: I5530f8e1c2fdff9008e008cfa0c63edaa04e81d9
Story: 2004947
Task: 29362
2019-02-08 09:35:55 -05:00

7 lines
241 B
YAML

---
fixes:
- |
Fixes an issue where setting the ``conductor_group`` for a node was not
entirely case-sensitive, in that this could fail if case-sensitivity did
not match between the conductor configuration and the API request.