Rename a few instance field titles
authorIustin Pop <iustin@google.com>
Sun, 16 Jan 2011 15:23:45 +0000 (16:23 +0100)
committerIustin Pop <iustin@google.com>
Tue, 18 Jan 2011 15:55:48 +0000 (16:55 +0100)
commit0ca7e38495509e38f834669975278d1698a07746
treeeb938f17686480b4f7f1efbc214834c168053602
parente2d188ccc43f3ff5ea4bc4bf6e4f4f747dc430e5
Rename a few instance field titles

The conversion to querylib introduced unique field titles, which however
did an inconsistent rename of the instance vcpus/memory fields.

This patch makes both BE_MEMORY and _VCPUS be named with prefix “Config”
(which before was “Configured_”), and drops the “Runtime” (note no
underscore) prefix on the oper_ ones.

Rationale: for numeric fields, the width of the title defines the width
of the columns, as the numbers are usually small. Hence these columns
(more likely used than the BE ones) would be very wide, leading to a
not-so-nice display. I happened upon this when my terminals didn't
manage to fit a gnt-instance list anymore.

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