Revision 0f511c8a lib/cli.py

b/lib/cli.py
3731 3731
  if iscluster:
3732 3732
    eff_ipolicy = custom_ipolicy
3733 3733

  
3734
  custom_minmax = custom_ipolicy.get(constants.ISPECS_MINMAX)
3734
  custom_minmax = custom_ipolicy.get(constants.ISPECS_MINMAX, {})
3735 3735
  ret = [
3736 3736
    (key,
3737 3737
     FormatParamsDictInfo(custom_minmax.get(key, {}),

Also available in: Unified diff