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 /config | |
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 'config')
-rw-r--r-- | config/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 983b0ba6..3688f88d 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -1,7 +1,7 @@ user: ubuntu disable_root: 1 preserve_hostname: False -# datasource_list: ["NoCloud", "ConfigDrive", "OVF", "MaaS", "Ec2", "CloudStack"] +# datasource_list: ["NoCloud", "ConfigDrive", "OVF", "MAAS", "Ec2", "CloudStack"] cloud_init_modules: - bootcmd |