diff options
author | Ben Howard <ben.howard@canonical.com> | 2013-07-24 10:37:36 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-24 10:37:36 -0400 |
commit | a5a5e81077a39e91ac8a3e2990450e050cf3fff1 (patch) | |
tree | da347b002d8f8e087f7491b6857252797bd05ff5 /cloudinit/settings.py | |
parent | a4310ee3db0b394dcebd4f6b49d3b25bba37fedf (diff) | |
parent | c1f3fa86b45ba8b7ca6e0f6971de171ac5fccf15 (diff) | |
download | vyos-cloud-init-a5a5e81077a39e91ac8a3e2990450e050cf3fff1.tar.gz vyos-cloud-init-a5a5e81077a39e91ac8a3e2990450e050cf3fff1.zip |
add SmartOS datasource supporting Joyent cloud
This adds a datasource designed to work on Joyent cloud (SmartOS).
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 dc371cd2..9f6badae 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -37,6 +37,7 @@ CFG_BUILTIN = { 'MAAS', 'Ec2', 'CloudStack', + 'SmartOS', # At the end to act as a 'catch' when none of the above work... 'None', ], |