Merge "modify server group"
This commit is contained in:
commit
36bbf9b365
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user