diff options
author | Joe VLcek <JoeV@RedHat.com> | 2012-07-17 15:10:10 -0400 |
---|---|---|
committer | Joe VLcek <JoeV@RedHat.com> | 2012-07-17 15:10:10 -0400 |
commit | 8822100158489d8f7fb5c38d440489df5df62996 (patch) | |
tree | c8fe668c927d147521edf49bac79ac9e23f38521 /cloudinit/settings.py | |
parent | 285e127de45f0feed7170bafc79b502170d5b381 (diff) | |
download | vyos-cloud-init-8822100158489d8f7fb5c38d440489df5df62996.tar.gz vyos-cloud-init-8822100158489d8f7fb5c38d440489df5df62996.zip |
Added RHEVm and vSphere support as source AltCloud
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 2083cf60..28340e29 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -29,6 +29,7 @@ CLOUD_CONFIG = '/etc/cloud/cloud.cfg' # What u get if no config is provided CFG_BUILTIN = { 'datasource_list': [ + 'AltCloud', 'NoCloud', 'ConfigDrive', 'OVF', |