summaryrefslogtreecommitdiff
path: root/cloudinit/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/settings.py')
-rw-r--r--cloudinit/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/settings.py b/cloudinit/settings.py
index 411960d8..c120498f 100644
--- a/cloudinit/settings.py
+++ b/cloudinit/settings.py
@@ -29,11 +29,13 @@ CFG_BUILTIN = {
'MAAS',
'GCE',
'OpenStack',
+ 'AliYun',
'Ec2',
'CloudSigma',
'CloudStack',
'SmartOS',
'Bigstep',
+ 'Scaleway',
# At the end to act as a 'catch' when none of the above work...
'None',
],