tripleo-heat-templates/releasenotes/notes/node_data_lookup_string_to_json-69362e93d862bd87.yaml
John Fulton fe2fda491b Change NodeDataLookup type from string to json
The NodeDataLookup parameter should be valid JSON and we should
help the user by adding type checking for this early in the
deployment so that the user doesn't experience the related bug.

Change-Id: Id9d2208f1cbaba9234d7657420cd7efcad3507a0
Related-Bug: #1784967
Related-Bug: #1814070
2019-02-05 11:53:45 +00:00

8 lines
193 B
YAML

---
deprecations:
- |
The NodeDataLookup parameter type was changed from string to json
fixes:
- |
- Bug 1784967 invalid JSON in NodeDataLookup error message should be more helpful