ironic/releasenotes/notes/always-return-chassis-uuid-4eecbc8da2170cb1.yaml
Vladyslav Drok d42a94a130 Always return chassis UUID in node's API representation
It should be returned no matter if a node belongs to a chassis (in
which case it is that chassis' UUID) or not (in which case it should
be None).

Closes-Bug: #1620749
Change-Id: If088f604ad9bb766d591d29466fdd1456734c8df
2016-09-22 16:32:30 +03:00

6 lines
227 B
YAML

---
fixes:
- Fixed an issue of not returning ``chassis_uuid`` field of a node in API
responses if it does not belong to a chassis. It should be always returned,
either set to None, or to a corresponding chassis UUID.