diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:53:05 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:53:05 -0500 |
commit | 0b0bb4721c61015e3fce9b4030bcb69b9da5c368 (patch) | |
tree | 5cda2535587b0c8e357ab4ed0fce920d2be3939f /cloudinit/settings.py | |
parent | 20305aea1eac724069e0bfaaf976ec5caa8c2439 (diff) | |
parent | 5d2a31bd66fc5fc10901e30a2b9c79c7f4d1a172 (diff) | |
download | vyos-cloud-init-0b0bb4721c61015e3fce9b4030bcb69b9da5c368.tar.gz vyos-cloud-init-0b0bb4721c61015e3fce9b4030bcb69b9da5c368.zip |
merge from trunk
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... |