diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-12 14:48:15 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-12 14:48:15 -0400 |
commit | 6b8df9532c2d006a298dc602255e099b48793f23 (patch) | |
tree | 780f927b70a11b640c6f67592b773e5c495cbf6b /config | |
parent | 462b3dead2c62806e1669dd6547e74e5946d2fca (diff) | |
parent | 6a77364216dadfd7e955def9846118bfd69982e2 (diff) | |
download | vyos-cloud-init-6b8df9532c2d006a298dc602255e099b48793f23.tar.gz vyos-cloud-init-6b8df9532c2d006a298dc602255e099b48793f23.zip |
import CloudStack data source [Cosmin Luta]
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 e9e3bb6c..983b0ba6 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" ] +# datasource_list: ["NoCloud", "ConfigDrive", "OVF", "MaaS", "Ec2", "CloudStack"] cloud_init_modules: - bootcmd |