Revision ff6c5e55 lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
468 468
    _PrintGroupedParams(result["ipolicy"][key], roman=opts.roman_integers)
469 469
  ToStdout("  - enabled disk templates: %s",
470 470
           utils.CommaJoin(result["ipolicy"][constants.IPOLICY_DTS]))
471
  for key in constants.IPOLICY_PARAMETERS:
472
    ToStdout("  - %s: %s", key, result["ipolicy"][key])
471 473

  
472 474
  return 0
473 475

  

Also available in: Unified diff