remove processes from the output of the group show command

Change-Id: Ib7cdcbb4d4f898144dbc5c23663a66de737031a1
This commit is contained in:
tkaneko0204 2015-04-08 15:05:02 +09:00
parent ad668927f6
commit bd2c050782
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ class ShowGroup(ShowOne):
','.join([k.keypair_id for k in keypairs]),
','.join([s.securitygroup_id for s in securitygroups]),
','.join([n.network_id for n in networks]),
','.join([p.pid for p in processes]),
proxy.pid if proxy else ''
)