ironic/releasenotes/notes/constrain-parent-node-to-uuids-51642cacfea0714d.yaml
Julia Kreger d1ca14289e Reset parent_node values to uuids instead of names
So, I got myself nice and confused with testing parent_node logic
when I used a name, but the ironic internals are modeled around
queries involving UUID matching.

We now identify names, and reset the values to be a UUID.

Change-Id: I46ece586c254c58b80723bc905cad3144691fc5d
2023-10-10 13:06:42 +00:00

7 lines
209 B
YAML

---
fixes:
- |
The ``parent_node`` field, a newly added API field, has been constrained
to store UUIDs over the names of nodes. When names are used, the value is
changed to the UUID of the node.