Add destroy_node config items to sample
- Geneate a new sample configuration file including the items included in the destory_node action Change-Id: Iaae8c95a7215b28b0fd54675582c86ba1e52a54a
This commit is contained in:
parent
f8c821e721
commit
5344ed1957
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# Polling interval in seconds for checking subtask or downstream status (integer
|
# Polling interval in seconds for checking subtask or downstream status (integer
|
||||||
# value)
|
# value)
|
||||||
|
# Minimum value: 1
|
||||||
#poll_interval = 10
|
#poll_interval = 10
|
||||||
|
|
||||||
# How long a leader has to check-in before leadership can be usurped, in seconds
|
# How long a leader has to check-in before leadership can be usurped, in seconds
|
||||||
@ -400,3 +401,6 @@
|
|||||||
# Timeout in minutes between deployment completion and the all boot actions
|
# Timeout in minutes between deployment completion and the all boot actions
|
||||||
# reporting status (integer value)
|
# reporting status (integer value)
|
||||||
#bootaction_final_status = 15
|
#bootaction_final_status = 15
|
||||||
|
|
||||||
|
# Timeout in minutes for releasing a node (integer value)
|
||||||
|
#destroy_node = 30
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# Polling interval in seconds for checking subtask or downstream status (integer
|
# Polling interval in seconds for checking subtask or downstream status (integer
|
||||||
# value)
|
# value)
|
||||||
|
# Minimum value: 1
|
||||||
#poll_interval = 10
|
#poll_interval = 10
|
||||||
|
|
||||||
# How long a leader has to check-in before leadership can be usurped, in seconds
|
# How long a leader has to check-in before leadership can be usurped, in seconds
|
||||||
@ -44,6 +45,7 @@
|
|||||||
# for no recycling. (integer value)
|
# for no recycling. (integer value)
|
||||||
#connection_recycle = -1
|
#connection_recycle = -1
|
||||||
|
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -399,3 +401,6 @@
|
|||||||
# Timeout in minutes between deployment completion and the all boot actions
|
# Timeout in minutes between deployment completion and the all boot actions
|
||||||
# reporting status (integer value)
|
# reporting status (integer value)
|
||||||
#bootaction_final_status = 15
|
#bootaction_final_status = 15
|
||||||
|
|
||||||
|
# Timeout in minutes for releasing a node (integer value)
|
||||||
|
#destroy_node = 30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user