Use hvparams in GetInstanceInfo
authorHelga Velroyen <helgav@google.com>
Thu, 6 Jun 2013 14:22:11 +0000 (16:22 +0200)
committerHelga Velroyen <helgav@google.com>
Wed, 12 Jun 2013 07:18:18 +0000 (09:18 +0200)
commit0bbec3afa3443db71a0069465ff3db2229e99740
tree7e3d5b6577e24d4e0d656dc9579a2bc4c40738c9
parentc6ae283b637ef5004fdb8d9b2659fcfcb016cbca
Use hvparams in GetInstanceInfo

This patch extends the GetInstanceInfo function of the
hypervisors by an hvparams parameters. This leads to
an extension of the instance_info RPC call and the
adjustmend of all classes using this call.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>
13 files changed:
lib/backend.py
lib/cmdlib/instance.py
lib/cmdlib/instance_migration.py
lib/cmdlib/instance_operation.py
lib/cmdlib/instance_query.py
lib/hypervisor/hv_base.py
lib/hypervisor/hv_chroot.py
lib/hypervisor/hv_fake.py
lib/hypervisor/hv_kvm.py
lib/hypervisor/hv_lxc.py
lib/hypervisor/hv_xen.py
lib/rpc_defs.py
lib/server/noded.py