From 48564dc9cab705a675cc4751db13af158507e358 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 7 Feb 2011 13:09:42 -0500 Subject: make DataSourceEc2 configurable (timeout, retries), lower default retries This lowers the default retries from 100 to 30 (1050 seconds to 105 seconds) --- doc/examples/cloud-config-datasources.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/examples/cloud-config-datasources.txt (limited to 'doc/examples') diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt new file mode 100644 index 00000000..3333792e --- /dev/null +++ b/doc/examples/cloud-config-datasources.txt @@ -0,0 +1,10 @@ +# 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 -- cgit v1.2.3