diff options
author | Kiril Vladimiroff <kiril.vladimiroff@cloudsigma.com> | 2014-02-12 16:12:11 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-12 16:12:11 -0500 |
commit | 5d2a31bd66fc5fc10901e30a2b9c79c7f4d1a172 (patch) | |
tree | e808f8cf2d22bfaf59f9d93d0bc3f36c213b8c5d /cloudinit/settings.py | |
parent | 7204a820b561f23453820ff79a8228500bc754c9 (diff) | |
parent | 9d44b9e3d972e30bfff86d9cfb5716ca9dfcdefa (diff) | |
download | vyos-cloud-init-5d2a31bd66fc5fc10901e30a2b9c79c7f4d1a172.tar.gz vyos-cloud-init-5d2a31bd66fc5fc10901e30a2b9c79c7f4d1a172.zip |
Add support for the CloudSigma server context.
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... |