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)
|
data = compute_client.server_groups.list(parsed_args.all_projects)
|
||||||
|
|
||||||
if parsed_args.long:
|
if parsed_args.long:
|
||||||
column_headers = (
|
column_headers = columns = (
|
||||||
'ID',
|
|
||||||
'Name',
|
|
||||||
'Policies',
|
|
||||||
'Members',
|
|
||||||
'Project Id',
|
|
||||||
'User Id',
|
|
||||||
)
|
|
||||||
columns = (
|
|
||||||
'ID',
|
'ID',
|
||||||
'Name',
|
'Name',
|
||||||
'Policies',
|
'Policies',
|
||||||
|
Loading…
Reference in New Issue
Block a user