query: use the actual types for BE/HV parameters
authorIustin Pop <iustin@google.com>
Sun, 16 Jan 2011 15:57:53 +0000 (16:57 +0100)
committerIustin Pop <iustin@google.com>
Tue, 18 Jan 2011 15:55:59 +0000 (16:55 +0100)
commitaf58707c343150150d51a1996d5197d52e129ae0
tree6df9219320862f1beb9d7a7bf23a1bc3ff93dd71
parentff4cd4d222215219a445e87f7ea3022c32205e82
query: use the actual types for BE/HV parameters

This patch exposes the VTYPE kind of BE/HV parameters, instead of
returning QFT_OTHER. The current situation makes a query like:

    gnt-instance list -o name,be/memory,oper_ram

very strange looking.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/query.py