c803488af2
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
7 lines
241 B
YAML
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.
|