modify the display format of group commands

Change-Id: I85c46a59e26330660724defb2182d10a49a90f03
This commit is contained in:
tkaneko0204 2015-04-08 15:00:08 +09:00
parent 455d2aafdd
commit ad668927f6
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ def _make_print_data(gid, name, description, user_id, project_id,
data.append(networks)
if proxy is not None:
columns.append('proxy (pid)')
columns.append('proxy')
data.append(proxy)
if processes is not None:
columns.append('processes (pid)')
columns.append('processes')
data.append(processes)
return columns, data