847e31069a
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
4 lines
85 B
YAML
4 lines
85 B
YAML
---
|
|
features:
|
|
- Added a workflow to list all the deprecated parameters in the plan
|