diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-08-21 14:04:25 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-08-21 14:04:25 -0400 |
commit | d8c8a87f9b4c314bc39f5987602c02d3861f329f (patch) | |
tree | d1b15991f9f18176f0a960f34a7e7d7077e782c8 /cloudinit/settings.py | |
parent | bf89def9439c5721ee700bfb622d86693cdbf491 (diff) | |
download | vyos-cloud-init-d8c8a87f9b4c314bc39f5987602c02d3861f329f.tar.gz vyos-cloud-init-d8c8a87f9b4c314bc39f5987602c02d3861f329f.zip |
settings: fix typo resulting in OpenStack and GCE not running.
LP: #1329583
Diffstat (limited to 'cloudinit/settings.py')
-rw-r--r-- | cloudinit/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/settings.py b/cloudinit/settings.py index 37d4958b..5efcb0b0 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -37,7 +37,7 @@ CFG_BUILTIN = { 'OVF', 'MAAS', 'GCE', - 'OpenStack' + 'OpenStack', 'Ec2', 'CloudSigma', 'CloudStack', |