backend.py: remove fallback implementation of GetNodeInfo
authorHelga Velroyen <helgav@google.com>
Thu, 6 Jun 2013 13:08:38 +0000 (15:08 +0200)
committerHelga Velroyen <helgav@google.com>
Wed, 12 Jun 2013 07:18:14 +0000 (09:18 +0200)
commitc6ae283b637ef5004fdb8d9b2659fcfcb016cbca
tree4494ce5c4ab217f4a3b0d11dfcb5e9b6695950b3
parenta295eb807faf2077cc8fd756cadfe52cb7a786b4
backend.py: remove fallback implementation of GetNodeInfo

This removes the fallback implementation of the backend's
GetNodeInfo function to the old implementation. By now,
all calling code is adjusted to the new hvparams parameter
and thus, the old implementation should not be necessary
anymore.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>
lib/backend.py