diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-11-22 09:18:53 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-11-22 09:18:53 -0500 |
commit | 0c49b065ac888e36edc51958f31691096b90e741 (patch) | |
tree | 965464bfba744d772162565884b67ecbea1acbfc /doc | |
parent | 853649450e74da37f98c0c1e8717cb25db3fab9b (diff) | |
download | vyos-cloud-init-0c49b065ac888e36edc51958f31691096b90e741.tar.gz vyos-cloud-init-0c49b065ac888e36edc51958f31691096b90e741.zip |
fix doc for ec2 datasource
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index e04f8976..c6708a2c 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -6,7 +6,7 @@ datasource: 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 + # default is 30 retries : 30 #metadata_url: a list of URLs to check for metadata services |