diff options
author | Kiril Vladimiroff <kiril.vladimiroff@cloudsigma.com> | 2014-02-12 12:14:49 +0200 |
---|---|---|
committer | Kiril Vladimiroff <kiril.vladimiroff@cloudsigma.com> | 2014-02-12 12:14:49 +0200 |
commit | 09f392693efeacc7ac17cdab51c7299e928e394d (patch) | |
tree | 49e2b507326dac59730139adae09e6f929c1f677 /cloudinit/settings.py | |
parent | 4d80411700ca70401cda401ee9bca799b9b8c55d (diff) | |
download | vyos-cloud-init-09f392693efeacc7ac17cdab51c7299e928e394d.tar.gz vyos-cloud-init-09f392693efeacc7ac17cdab51c7299e928e394d.zip |
Add CloudSigma data source
Diffstat (limited to 'cloudinit/settings.py')
-rw-r--r-- | cloudinit/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/settings.py b/cloudinit/settings.py index 7be2199a..7b0b18e7 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -37,6 +37,7 @@ CFG_BUILTIN = { 'OVF', 'MAAS', 'Ec2', + 'CloudSigma', 'CloudStack', 'SmartOS', # At the end to act as a 'catch' when none of the above work... |