From 5e17bf1066b53359681f5164c662f779b268561b Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 5 Mar 2012 16:08:15 -0500 Subject: commit initial config information for maas datasource --- doc/examples/cloud-config-datasources.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index b86c5ba6..f147aaf6 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -13,3 +13,18 @@ datasource: metadata_urls: - http://169.254.169.254:80 - http://instance-data:8773 + + MaaS: + timeout : 50 + max_wait : 120 + + # there are no default values for metadata_url or credentials + # credentials are for oath. + + # If no credentials are present, + # then non-authed attempts will be made. + # will be made + metadata_url: http://mass-host.localdomain/source + consumer_key: Xh234sdkljf + token_key: kjfhgb3n + token_secret: 24uysdfx1w4 -- cgit v1.2.3 From 62623b8c5ac10b2bff9f6205f696b4277bce9451 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 8 Mar 2012 14:59:17 -0500 Subject: doc fixes --- doc/examples/cloud-config-datasources.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index f147aaf6..b3a26114 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -18,12 +18,8 @@ datasource: timeout : 50 max_wait : 120 - # there are no default values for metadata_url or credentials - # credentials are for oath. - - # If no credentials are present, - # then non-authed attempts will be made. - # will be made + # there are no default values for metadata_url or oauth credentials + # If no credentials are present, non-authed attempts will be made. metadata_url: http://mass-host.localdomain/source consumer_key: Xh234sdkljf token_key: kjfhgb3n -- cgit v1.2.3