Add KVM hypervisor code
authorGuido Trotter <ultrotter@google.com>
Wed, 13 Aug 2008 14:25:24 +0000 (14:25 +0000)
committerGuido Trotter <ultrotter@google.com>
Wed, 13 Aug 2008 14:25:24 +0000 (14:25 +0000)
commiteb58f9b12e59712f5e6ea676152fc9317a576766
tree083a234bb1957510b08f67e3ac3c90a5e01ef3f1
parent550e49b95467e07a7c3408d5049384ee1e58bc61
Add KVM hypervisor code

ht_kvm.py contains the code for ganeti to work under kvm.
This patch also modifies Makefile.am to ship that file, and
lib/hypervisor/__init__.py to import it, and add kvm to the
hypervisors map.

Reviewed-by: imsnah
Makefile.am
lib/hypervisor/__init__.py
lib/hypervisor/hv_kvm.py [new file with mode: 0644]