tripleo-common/releasenotes/notes/create_get_flattened_parameters_workflow-8c35b813289a5479.yaml
Mike Fedosin 84b76ef66c Create get_flattened_parameters workflow
The 'tripleo.parameters.get_flatten' action is called directly
as an action in tripleo-ui and should instead be called via a
workflow.

This code create the related workflow that will be used instead
of the action

Change-Id: I2b560dc084f54042598b72c9c3280ccfa2a4181a
Fixes-bug: #1759413
2018-07-30 09:25:05 -04:00

5 lines
144 B
YAML

---
features:
- |
Creates a worflow to get flattened deployment parameters, so the related
action does not need to be called directly.