diff --git a/docs/source/_static/drydock.conf.sample b/docs/source/_static/drydock.conf.sample index 8c8e47e8..64f6fb84 100644 --- a/docs/source/_static/drydock.conf.sample +++ b/docs/source/_static/drydock.conf.sample @@ -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 diff --git a/etc/drydock/drydock.conf.sample b/etc/drydock/drydock.conf.sample index b5a21873..64f6fb84 100644 --- a/etc/drydock/drydock.conf.sample +++ b/etc/drydock/drydock.conf.sample @@ -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