Revision da5f09ef lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
476 476
    ("Instance policy - limits for instances",
477 477
     [
478 478
       (key,
479
        _FormatGroupedParams(result["ipolicy"][key], roman=opts.roman_integers))
480
       for key in constants.IPOLICY_ISPECS
479
        _FormatGroupedParams(result["ipolicy"][constants.ISPECS_MINMAX][key],
480
                             roman=opts.roman_integers))
481
       for key in constants.ISPECS_MINMAX_KEYS
481 482
       ] +
482 483
     [
484
       (constants.ISPECS_STD,
485
        _FormatGroupedParams(result["ipolicy"][constants.ISPECS_STD],
486
                             roman=opts.roman_integers)),
483 487
       ("enabled disk templates",
484 488
        utils.CommaJoin(result["ipolicy"][constants.IPOLICY_DTS])),
485 489
       ] +

Also available in: Unified diff