tripleo-common/releasenotes/notes/flatten_parameters-b37065a0f0071523.yaml
Saravanan KR d8808501e7 Add an action to fetch and flatten the heat resource tree and parameters
tripleo.parameters.get action provides the heat tree and the
parameters as nested stack. In order to easily consume it, the
nested stack should be flattened. Added a new action which will
flatten it as it is done in tripleo-ui, so that it can be common
between ui and cli.
Implements: blueprint tripleo-derive-parameters

Change-Id: I8931a1c2daef53180bb97a58f4cfb7a257496060
2017-05-15 18:41:13 +05:30

4 lines
91 B
YAML

---
features:
- Added an action to flatten the nested heat resource tree and parameters.