7a42ec8657
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
7 lines
235 B
YAML
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.
|