From 24b8e8cdc25fae9969bc3d10bf2c2823bc8a9782 Mon Sep 17 00:00:00 2001 From: tengqm Date: Fri, 30 Jan 2015 11:20:43 +0800 Subject: [PATCH] Remove init_time from list show --- senlinclient/v1/shell.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 7f7dfdd6..cdd4c676 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -505,8 +505,7 @@ def do_node_list(sc, args): '''Show list of nodes.''' fields = ['id', 'name', 'status', 'cluster_id', 'physical_id', - 'profile_name', 'init_time', 'created_time', 'updated_time', - 'deleted_time'] + 'profile_name', 'created_time', 'updated_time', 'deleted_time'] queries = { 'show_deleted': args.show_deleted,