summaryrefslogtreecommitdiff
path: root/cloudinit/settings.py
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2013-07-18 15:37:18 -0600
committerBen Howard <ben.howard@canonical.com>2013-07-18 15:37:18 -0600
commit6b7e65e4f57902c25363c78a7e47aa2caa579b7b (patch)
tree92939a2c3b8a136f0fee013b55ee3465102393ea /cloudinit/settings.py
parent1edfb2a7a36a2bdddfe0ca48ba5d23721bf17a35 (diff)
downloadvyos-cloud-init-6b7e65e4f57902c25363c78a7e47aa2caa579b7b.tar.gz
vyos-cloud-init-6b7e65e4f57902c25363c78a7e47aa2caa579b7b.zip
Added SmartOS datasource and unit tests.
Diffstat (limited to 'cloudinit/settings.py')
-rw-r--r--cloudinit/settings.py1
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',
],