Revision 87e87959 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
219 219

  
220 220
  return GenericList(constants.QR_INSTANCE, selected_fields, args, opts.units,
221 221
                     opts.separator, not opts.no_headers,
222
                     format_override=fmtoverride, verbose=opts.verbose)
222
                     format_override=fmtoverride, verbose=opts.verbose,
223
                     force_filter=opts.force_filter)
223 224

  
224 225

  
225 226
def ListInstanceFields(opts, args):
......
1382 1383
    "Show information on the specified instance(s)"),
1383 1384
  'list': (
1384 1385
    ListInstances, ARGS_MANY_INSTANCES,
1385
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT, VERBOSE_OPT],
1386
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT, VERBOSE_OPT,
1387
     FORCE_FILTER_OPT],
1386 1388
    "[<instance>...]",
1387 1389
    "Lists the instances and their status. The available fields can be shown"
1388 1390
    " using the \"list-fields\" command (see the man page for details)."

Also available in: Unified diff