summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2019-10-25 17:07:12 -0400
committerramishra <ramishra@redhat.com>2021-03-15 17:38:14 +0530
commitaf7f8e380a7425c65ac88f5bc68e57757d9b2cc1 (patch)
tree819e3fee67e3e52a6d7e5738c8ac576cf4152bac /releasenotes/notes
parent34ecc26a116ee603a3b40d51c00962d2bd26d5bc (diff)
downloadheat-af7f8e380a7425c65ac88f5bc68e57757d9b2cc1.tar.gz
Add separate policy for updates with no changes
Allow operators to set a different (presumably looser) policy on PATCH updates that don't make any changes to the stack, but just retrigger a new update traversal (that will result in e.g. replacing any unhealthy resources). Change-Id: Id29e7ec7f6cf127177ea7ab29127b0568afaa18b Task: 37305
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml b/releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml
new file mode 100644
index 000000000..cc237e6ac
--- /dev/null
+++ b/releasenotes/notes/update-no-change-policy-728ed49e6b81da53.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Operators can now set a separate ``stacks:update_no_change`` policy for
+ PATCH updates that don't modify the stack, independently of the existing
+ ``stacks:update_patch`` policy.