python-ironicclient/releasenotes/notes/add-node-description-support-6efd0882eaa0c788.yaml
Kaifeng Wang ce3171131e Support node description
Adds support to display and update the description field of a node.
Querying nodes which the description field contain the given piece
of text is supported as well.

Change-Id: I00843140deb759009df2bf0577bd405442e39447
Story: 2003089
Task: 29040
2019-02-18 14:13:45 +08:00

8 lines
274 B
YAML

---
features:
- |
Adds ``description`` field support, which is introduced in ironic API
1.51. This field is used to store informational text about the node.
User can also do queries for nodes where their ``description`` field
contains specified substring.