cloud-init/doc/examples/cloud-config-datasources.txt
2011-11-22 09:18:53 -05:00

18 lines
493 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 is 30
retries : 30
#metadata_url: a list of URLs to check for metadata services
metadata_urls:
- http://169.254.169.254:80
- http://instance-data:8773