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:
Scott Hussey 2018-08-22 10:01:56 -05:00
parent f8c821e721
commit 5344ed1957
2 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@
# Polling interval in seconds for checking subtask or downstream status (integer
# value)
# Minimum value: 1
#poll_interval = 10
# 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
# reporting status (integer value)
#bootaction_final_status = 15
# Timeout in minutes for releasing a node (integer value)
#destroy_node = 30

View File

@ -6,6 +6,7 @@
# Polling interval in seconds for checking subtask or downstream status (integer
# value)
# Minimum value: 1
#poll_interval = 10
# How long a leader has to check-in before leadership can be usurped, in seconds
@ -44,6 +45,7 @@
# for no recycling. (integer value)
#connection_recycle = -1
[keystone_authtoken]
#
@ -399,3 +401,6 @@
# Timeout in minutes between deployment completion and the all boot actions
# reporting status (integer value)
#bootaction_final_status = 15
# Timeout in minutes for releasing a node (integer value)
#destroy_node = 30