summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-02-13 11:13:52 -0500
committerScott Moser <smoser@ubuntu.com>2014-02-13 11:13:52 -0500
commitf82e9552145ff468763727d7e5a53f56dc9f5b20 (patch)
tree2312824d5ccdb1d822b3b323b05d8c6d50ddd4bd /cloudinit
parent516160336dfd5897a12aaa213562d6b8e8c7690d (diff)
downloadvyos-cloud-init-f82e9552145ff468763727d7e5a53f56dc9f5b20.tar.gz
vyos-cloud-init-f82e9552145ff468763727d7e5a53f56dc9f5b20.zip
add Openstack to default datasources
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/settings.py b/cloudinit/settings.py
index 0d8d8ec5..37d4958b 100644
--- a/cloudinit/settings.py
+++ b/cloudinit/settings.py
@@ -37,6 +37,7 @@ CFG_BUILTIN = {
'OVF',
'MAAS',
'GCE',
+ 'OpenStack'
'Ec2',
'CloudSigma',
'CloudStack',