Remove unneeded param['detail'] setting
As we already used common_params_for_list to get detail parameter from args, there's no need to set it manually Change-Id: Idcbd4700ff3886828813120c3859c2263f9bc6cf
This commit is contained in:
@@ -125,7 +125,6 @@ def do_node_list(cc, args):
|
||||
args.maintenance)
|
||||
if args.provision_state is not None:
|
||||
params['provision_state'] = args.provision_state
|
||||
params['detail'] = args.detail
|
||||
|
||||
if args.detail:
|
||||
fields = res_fields.NODE_DETAILED_RESOURCE.fields
|
||||
|
||||
Reference in New Issue
Block a user