deb-murano/releasenotes/notes/hot-outputs-merge-eeb9d12356560b48.yaml
Stan Lagun 6f013c5722 HOT outputs were merged
This commit does dot HOT template outputs (for Heat.HOT/1.0 format)
the same that was previously done for the inputs. Instead of generating
MuranoPL property per each output now all outputs are put into a
single 'templateOutputs' property. This allows to eliminate the constraints
on output names, not to have collisions with input names and remain
consistent with previous changes.

Change-Id: Ibbd0a2f410c55385cd3cb9e85ea135a36460afe7
Closes-Bug: #1520954
2015-12-02 13:07:16 +03:00

6 lines
223 B
YAML

---
features:
- All HOT template outputs are put into a single dictionary property
'templateOutputs' rather than in a generated property per each output.
As a result there are no more constraints on output names.