Remove init_time from list show

This commit is contained in:
tengqm
2015-01-30 11:20:43 +08:00
parent 2fc32f509b
commit 24b8e8cdc2

View File

@@ -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,