summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorapetrich <apetrich@redhat.com>2020-11-05 10:21:23 +0100
committerRico Lin <ricolin@ricolky.com>2021-12-07 04:06:07 +0000
commit06071f5e9b518680e84cc58a4bd5a4e6d164d358 (patch)
treebbe5e34707b127ac0623bbcfe74a96aedf414e61 /releasenotes
parent42b5f68bf047252a7ec6e0db98f0546c042286f3 (diff)
downloadheat-06071f5e9b518680e84cc58a4bd5a4e6d164d358.tar.gz
Add REBUILD option to user_data_update_policy
OS::Nova::Server supports it so here we add the heat support for it. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1802602 Change-Id: Ieb05ba6d6b670aff31f9f8c8debb86a6dd3b0245
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-rebuild-for-user_data_update_policy-b1a229f3f551ea4b.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-rebuild-for-user_data_update_policy-b1a229f3f551ea4b.yaml b/releasenotes/notes/add-rebuild-for-user_data_update_policy-b1a229f3f551ea4b.yaml
new file mode 100644
index 000000000..70aee6684
--- /dev/null
+++ b/releasenotes/notes/add-rebuild-for-user_data_update_policy-b1a229f3f551ea4b.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Adding REBUILD option for user_data_update_policy so that
+ changes to user_data can be updated instead of a new create.