ce3171131e
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
8 lines
274 B
YAML
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.
|