diff options
author | Vaidas Jablonskis <jablonskis@gmail.com> | 2014-02-03 11:28:50 +0000 |
---|---|---|
committer | Vaidas Jablonskis <jablonskis@gmail.com> | 2014-02-03 11:28:50 +0000 |
commit | 29b838af062549ef5e2f12c3df74721d294dea37 (patch) | |
tree | 0657e59f54f1150b1e324bd8a65e3a29e83773a8 /cloudinit/settings.py | |
parent | 3cfe9b3d8958b1a4e450d5ff31d805c424945027 (diff) | |
download | vyos-cloud-init-29b838af062549ef5e2f12c3df74721d294dea37.tar.gz vyos-cloud-init-29b838af062549ef5e2f12c3df74721d294dea37.zip |
Add Google Compute Engine data source support.
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 7be2199a..7c598bf9 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -36,6 +36,7 @@ CFG_BUILTIN = { 'AltCloud', 'OVF', 'MAAS', + 'GCE', 'Ec2', 'CloudStack', 'SmartOS', |