tripleo-common/releasenotes/notes/deprecated-params-list-a4edf6e341520ead.yaml
Saravanan KR 847e31069a Workflow to get the list of deprecated parameters from the plan
Templates can have parameter_groups with label as deprecated to
specific the list of deprecated parameters. This workflow will
return the list all the deprecated parameters including nested
stacks. The sample output will look like -
[
    {
        "deprecated": true,
        "parameter": "ServiceNetMapDeprecatedMapping",
        "user_defined": false
    },
    {
        "deprecated": true,
        "parameter": "NeutronL3HA",
        "user_defined": true
    }
]

Depends-On: I032144733bde916f8de8644121b9fb1ef29baef2

Change-Id: I18430b7d7bca7c58b75569e3d296e315227e6f61
2017-06-14 17:13:29 +05:30

4 lines
85 B
YAML

---
features:
- Added a workflow to list all the deprecated parameters in the plan