deb-heat/releasenotes/notes/server-add-user-data-update-policy-c34646acfaada4d4.yaml
Steve Baker d4188127a1 Add user_data_update_policy property to OS::Nova::Server
This may be set to either 'REPLACE' (default) or 'IGNORE'.
This allows template authors to choose the desired behaviour when the
user_data property is changed.

Co-Authored-By: Steve Hardy <shardy@redhat.com>

Change-Id: I3239c7252a2c329330283b86181abd52aee9e967
Closes-Bug: #1539541
2016-03-03 01:52:51 +00:00

8 lines
373 B
YAML

---
features:
- The OS::Nova::Server now supports a new property user_data_update_policy,
which may be set to either 'REPLACE' (default) or 'IGNORE' if you wish to
allow user_data updates to be ignored on stack update. This is useful when
managing a group of servers where changed user_data should apply to new
servers without replacing existing servers.