diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-08 14:59:17 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-08 14:59:17 -0500 |
commit | 62623b8c5ac10b2bff9f6205f696b4277bce9451 (patch) | |
tree | 40aa2d458e7714f389ff21c4d4d2ad88f145bbc1 /doc/examples | |
parent | 82a92493a08cf311ec6df6170ed7e31f2b1ce1ea (diff) | |
download | vyos-cloud-init-62623b8c5ac10b2bff9f6205f696b4277bce9451.tar.gz vyos-cloud-init-62623b8c5ac10b2bff9f6205f696b4277bce9451.zip |
doc fixes
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 8 |
1 files changed, 2 insertions, 6 deletions
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 |