Add swap measurement unit (MB) to CLI output

The measurement unit of the swap memory in flavor is MB.
If not clearly labeled, some may confuse it with other disk's
units which are GB.

Closes-Bug: #1323541
Change-Id: I29b4c8e14bcdb3505d5c0bae8bcf653c96b27413
This commit is contained in:
Rui Zang 2014-06-04 22:30:33 +08:00
parent 15ac2c9510
commit 1490001c3e
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ def _print_flavor_list(flavors, show_extra_specs=False):
'Memory_MB',
'Disk',
'Ephemeral',
'Swap',
'Swap_MB',
'VCPUs',
'RXTX_Factor',
'Is_Public',