From ef3371c3f9e3908cdc6d84995b1b71c57140b42b Mon Sep 17 00:00:00 2001 From: tengqm Date: Mon, 5 Jan 2015 13:11:47 +0800 Subject: [PATCH] Fix typo error --- senlinclient/v1/shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index f485ae52..b5129869 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -52,8 +52,8 @@ def do_cluster_list(sc, args=None): fields.append('parent') kwargs['show_nested'] = True - if args.global_tenant or args.show_owner: - fields.insert(2, 'stack_owner') + if args.global_tenant or args.show_parent: + fields.insert(2, 'parent') if args.global_tenant: fields.insert(2, 'project')