revise the example health policy template files

https://bugs.launchpad.net/senlin/+bug/1730296

Change-Id: I53226ad56c920eaa02b472f1f1438eb7705dd236
Closes-bug: #1730296
This commit is contained in:
ruijie 2017-11-06 17:35:20 +08:00
parent 6cf024a840
commit f9bbe908eb
2 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,8 @@ properties:
type: LIFECYCLE_EVENTS
recovery:
# List of actions that can be retried on a failed node
# Action that can be retried on a failed node, will improve to
# support multpile actions in the future. Valid values incluste:
# REBOOT, REBUILD, RECREATE
actions:
- name: REBUILD
- name: RECREATE

View File

@ -13,7 +13,8 @@ properties:
interval: 600
recovery:
# List of actions that can be retried on a failed node
# REBUILD, RECREATE
# Action that can be retried on a failed node, will improve to
# support multpile actions in the future. Valid values incluste:
# REBOOT, REBUILD, RECREATE
actions:
- name: REBUILD
- name: RECREATE