Revision 12378fe3 lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
463 463
  _PrintGroupedParams(result["nicparams"], roman=opts.roman_integers)
464 464

  
465 465
  ToStdout("Instance policy - limits for instances:")
466
  for key in constants.IPOLICY_PARAMETERS:
466
  for key in constants.IPOLICY_ISPECS:
467 467
    ToStdout("  - %s", key)
468 468
    _PrintGroupedParams(result["ipolicy"][key], roman=opts.roman_integers)
469 469
  ToStdout("  - enabled disk templates: %s",

Also available in: Unified diff