summaryrefslogtreecommitdiff
path: root/releasenotes/notes/validate-instance-traits-525dd3150aa6afa2.yaml
blob: a8fb604092b7675a036c4762e9383ef045fb7ad4 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue where a node's ``instance_info.traits`` field could be
    incorrectly formatted, or contain traits that are not traits of the node.
    When validating drivers and prior to deployment, the Bare Metal service now
    validates that a node's traits include all the traits in its
    ``instance_info.traits`` field.  See `bug 1755146
    <https://bugs.launchpad.net/ironic/+bug/1755146>`_ for details.