diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-08 15:02:55 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-08 15:02:55 -0500 |
commit | db695dcd2d31770b33f5b7cb4ff0811209d175a3 (patch) | |
tree | 382bc3ba379bd015c8a51fdf1769a37fa920c4e1 /doc | |
parent | 54b593a166c4ac4043615dddc94a941ebc712300 (diff) | |
parent | 62623b8c5ac10b2bff9f6205f696b4277bce9451 (diff) | |
download | vyos-cloud-init-db695dcd2d31770b33f5b7cb4ff0811209d175a3.tar.gz vyos-cloud-init-db695dcd2d31770b33f5b7cb4ff0811209d175a3.zip |
Add DataSourceMaaS, a Data Source for Ubuntu Machine as a Service
LP: #942061
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index b86c5ba6..b3a26114 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -13,3 +13,14 @@ 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 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 + token_secret: 24uysdfx1w4 |