diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-14 11:40:47 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-14 11:40:47 -0400 |
commit | 9dabd3ea0bf99a649d0156d137edeb5f3b1c098a (patch) | |
tree | bc45fd97ee3d170f85acbbd179476bc014052015 /cloudinit/settings.py | |
parent | cfd72f2833c5f8ca71a86da06a67ffbfce7f39f5 (diff) | |
parent | 213e18a5cd826445c36ac613e7e7459f24cffb4b (diff) | |
download | vyos-cloud-init-9dabd3ea0bf99a649d0156d137edeb5f3b1c098a.tar.gz vyos-cloud-init-9dabd3ea0bf99a649d0156d137edeb5f3b1c098a.zip |
Add RHEVm and vSphere support as datasource AltCloud
These changes add a new data source to cloud-init to support passing user
data to RHEVm and vSphere. The user data is passed to RHEVm v3.0 (current
version) using a floppy injection hook and to vSphere via cdrom device.
RHEVm v3.1 will use a method similar to vSphere. Once available support
for that is also expected.
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..cdfc31ae 100644 --- a/cloudinit/settings.py +++ b/cloudinit/settings.py @@ -31,6 +31,7 @@ CFG_BUILTIN = { 'datasource_list': [ 'NoCloud', 'ConfigDrive', + 'AltCloud', 'OVF', 'MAAS', 'Ec2', |