'clone_target' is overridable pool-level

You know, like for a cluster of Mac Minis, maybe.
This commit is contained in:
Scott Schneider 2015-08-20 22:25:42 -07:00
parent 9ae19e0d4d
commit 825ade9e12

View file

@ -204,6 +204,10 @@
# The number of waiting VMs to keep in a pool. # The number of waiting VMs to keep in a pool.
# (required) # (required)
# #
# - clone_target
# Per-pool option to override the global 'clone_target' cluster.
# (optional)
#
# - timeout # - timeout
# How long (in minutes) before marking a clone as 'failed' and retrying. # How long (in minutes) before marking a clone as 'failed' and retrying.
# This setting overrides any globally-configured timeout setting. # This setting overrides any globally-configured timeout setting.