Merge "Document user_data replace-on-update policy"

This commit is contained in:
Jenkins 2017-06-20 11:39:20 +00:00 committed by Gerrit Code Review
commit a5ac2c3b1d
1 changed files with 3 additions and 1 deletions

View File

@ -538,7 +538,9 @@ class Server(server_base.BaseServer, sh.SchedulerHintsMixin,
),
USER_DATA: properties.Schema(
properties.Schema.STRING,
_('User data script to be executed by cloud-init.'),
_('User data script to be executed by cloud-init. Changes cause '
'replacement of the resource by default, but can be ignored '
'altogether by setting the `user_data_update_policy` property.'),
default='',
update_allowed=True
),