d35a75cbb0
When calling OSC commands "openstack baremetal node create" or "openstack baremetal node show" the field "chassis_uuid" should be displayed even if it is empty. This patch also updated the test schema for the ironic --json node-* command as chassis_uuid will now appear as 'null' when the node isn't associated with a chassis. Change-Id: Ic10eb9ef908c12d5c71c1df407bfb66079a25703 Closes-Bug: #1620749
6 lines
160 B
YAML
6 lines
160 B
YAML
---
|
|
fixes:
|
|
- |
|
|
If a node does not have ``chassis_uuid`` field in the API response, it
|
|
is added to the output of the node commands as an empty string.
|