d4188127a1
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
8 lines
373 B
YAML
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.
|