summaryrefslogtreecommitdiff
path: root/troveclient/v1/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'troveclient/v1/shell.py')
-rw-r--r--troveclient/v1/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py
index 695a122..5bdf09a 100644
--- a/troveclient/v1/shell.py
+++ b/troveclient/v1/shell.py
@@ -220,8 +220,8 @@ def do_flavor_list(cs, args):
f.id = f.str_id
_flavors.append(f)
- utils.print_list(_flavors, ['id', 'name', 'ram', 'vcpus'],
- labels={'ram': 'RAM', 'vcpus': 'vCPUs'})
+ utils.print_list(_flavors, ['id', 'name', 'ram', 'vcpus', 'disk'],
+ labels={'ram': 'RAM', 'vcpus': 'vCPUs', 'disk': 'Disk'})
@utils.arg('flavor', metavar='<flavor>', type=str,