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 /config | |
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 '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 fe197ca8..01e63ef8 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", "Ec2" ] +# datasource_list: ["NoCloud", "ConfigDrive", "OVF", "MaaS", "Ec2" ] cloud_init_modules: - bootcmd |