Merge "modify server group"

This commit is contained in:
Jenkins 2016-06-06 06:43:51 +00:00 committed by Gerrit Code Review
commit 36bbf9b365

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',