cloud-init/doc/examples/cloud-config-datasources.txt
Scott Moser a5ed6dc10f make DataSourceEc2 configurable (timeout, retries), lower default retries
This lowers the default retries from 100 to 30 (1050 seconds to 105 seconds)
2011-02-07 13:09:42 -05:00

11 lines
342 B
Plaintext

# Documentation on data sources configuration options
datasource:
# Ec2
Ec2:
# timeout: the timeout value for attempt at metadata service
timeout : 2
# the number of tries that should be attempted at the metadata service
# after each try, a sleep of int(try_number/5)+1 is done
# default sleep is 30
retries : 30