84b76ef66c
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
5 lines
144 B
YAML
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. |