heat/releasenotes/notes/resource_group_removal_policies_mode-d489e0cc49942e2a.yaml
Steven Hardy 7a42ec8657 Add removal_policies_mode to ResourceGroup
This enables choice over the current behavior which is to always append
to the resource data blacklist, or overwrite it (which is sometimes needed
e.g if you decide you want to reuse that group index)

The default behavior is unchanged, but the new behavior can be selected
via the "update" value.

Change-Id: I1157627b07d98dd079657c320ad783a3ba5bce81
Closes-Bug: #1741053
2018-01-04 09:41:15 +00:00

7 lines
235 B
YAML

---
features:
- |
OS::Heat::ResourceGroup now supports a removal_policies_mode property.
This can be used to optionally select different behavior on update where
you may wish to overwrite vs append to the current policy.