diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-16 11:25:52 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-16 11:25:52 -0400 |
commit | 3522b7b49368f486f61c220151212f68e9cc9782 (patch) | |
tree | 81ef85ba746b14011143bec150ebcca47b563614 /doc | |
parent | aa9b2a86599905bf95b56627b0ce4bd96a1d7164 (diff) | |
download | vyos-cloud-init-3522b7b49368f486f61c220151212f68e9cc9782.tar.gz vyos-cloud-init-3522b7b49368f486f61c220151212f68e9cc9782.zip |
rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere
instead of MaaS or Maas, use MAAS consistently.
The only non 'MAAS' left are all lower case.
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 b3a26114..63a6cfc4 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -14,7 +14,7 @@ datasource: - http://169.254.169.254:80 - http://instance-data:8773 - MaaS: + MAAS: timeout : 50 max_wait : 120 |