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:
parent
6cf024a840
commit
f9bbe908eb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user