summaryrefslogtreecommitdiff
path: root/cloudinit/settings.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-02-13 11:01:36 -0500
committerScott Moser <smoser@ubuntu.com>2014-02-13 11:01:36 -0500
commit322e404dcbb891bbdecd1da50e6b4789781a71d5 (patch)
treef61156ca2c892c4cebd279407bec168671f216ce /cloudinit/settings.py
parent18b8d40d96d2e19f1a949b06b55a3dac54595b23 (diff)
parent64856d7f245cc329a11b263c4eef8bf76bdee0e6 (diff)
downloadvyos-cloud-init-322e404dcbb891bbdecd1da50e6b4789781a71d5.tar.gz
vyos-cloud-init-322e404dcbb891bbdecd1da50e6b4789781a71d5.zip
Add initial GCE datasource
There are some rough edges here and its missing some test, but I want to get this pulled in.
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 7b0b18e7..0d8d8ec5 100644
--- a/cloudinit/settings.py
+++ b/cloudinit/settings.py
@@ -36,6 +36,7 @@ CFG_BUILTIN = {
'AltCloud',
'OVF',
'MAAS',
+ 'GCE',
'Ec2',
'CloudSigma',
'CloudStack',