d30d814956
This patch implements the feature of storing informational free-form text into ironic node, via the "description" field. Operators can do simple queries on the context of description. Change-Id: I787fb0df34566aff30dea4c4a3ba0e1ec820d044 Story: 2003089 Task: 23178
7 lines
182 B
YAML
7 lines
182 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a ``description`` field to the node object to enable operators to
|
|
store any information relates to the node. The field is up to 4096
|
|
characters.
|