modify server group

make column_headers equal to columns, to keep code consistence

Change-Id: Ia96b398ad822fc5fac3753e28709c370165bda8a
This commit is contained in:
sunyajing 2016-06-06 11:47:59 +08:00
parent 93db7f58ed
commit 6de7bf0abc

View File

@ -129,15 +129,7 @@ class ListServerGroup(command.Lister):
data = compute_client.server_groups.list(parsed_args.all_projects)
if parsed_args.long:
column_headers = (
'ID',
'Name',
'Policies',
'Members',
'Project Id',
'User Id',
)
columns = (
column_headers = columns = (
'ID',
'Name',
'Policies',