rpc / noded: add hvparams to instance_list call
authorHelga Velroyen <helgav@google.com>
Fri, 24 May 2013 15:56:17 +0000 (17:56 +0200)
committerHelga Velroyen <helgav@google.com>
Wed, 12 Jun 2013 07:17:32 +0000 (09:17 +0200)
commit8ac806e64004f1c736107f643a56bbffa5dbb38f
treef552983231c55628e876e7cb8febbb3498567488
parent3361ab371c51192dd6236ef6bd5f859f7b2dd7c6
rpc / noded: add hvparams to instance_list call

The 'instance_list' call needs to be extended to accept
hvparams. This is one of the few RPCs where it is
necessary, because there is no instance given whose
hvparams could be reused.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>
lib/cmdlib/common.py
lib/cmdlib/instance_migration.py
lib/cmdlib/instance_operation.py
lib/rpc_defs.py
lib/server/noded.py