Fix some errors in instance modify --disk remove
authorIustin Pop <iustin@google.com>
Mon, 12 Jan 2009 12:42:13 +0000 (12:42 +0000)
committerIustin Pop <iustin@google.com>
Mon, 12 Jan 2009 12:42:13 +0000 (12:42 +0000)
commit4cfb9426947c00620610d9c5957776575ab4980f
tree833e22461196e8c15898464e062eada19b3bc07e
parentf57c76e4d6d2f7a8d4873d240dcfeef457ddb3a2
Fix some errors in instance modify --disk remove

The RpcResult introduction still left some bugs (after multiple patches):
  - we don't correctly check the result type
  - rename a variable to prevent a conflict

Reviewed-by: imsnah
lib/cmdlib.py