From ad668927f6e32e158821df033ff65e4607df6fd4 Mon Sep 17 00:00:00 2001 From: tkaneko0204 Date: Wed, 8 Apr 2015 15:00:08 +0900 Subject: [PATCH] modify the display format of group commands Change-Id: I85c46a59e26330660724defb2182d10a49a90f03 --- rackclient/v1/command/groups.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rackclient/v1/command/groups.py b/rackclient/v1/command/groups.py index f99e524..148f67f 100644 --- a/rackclient/v1/command/groups.py +++ b/rackclient/v1/command/groups.py @@ -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