Revision f4ad2ef0 scripts/gnt-cluster

b/scripts/gnt-cluster
512 512

  
513 513
  # a list of (name, dict) we can pass directly to dict() (or [])
514 514
  hvparams = dict(opts.hvparams)
515
  for hv, hv_params in hvparams.iteritems():
515
  for hv_params in hvparams.values():
516 516
    utils.ForceDictType(hv_params, constants.HVS_PARAMETER_TYPES)
517 517

  
518 518
  beparams = opts.beparams

Also available in: Unified diff