Revision 57dc299a lib/client/gnt_group.py

b/lib/client/gnt_group.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2010, 2011 Google Inc.
4
# Copyright (C) 2010, 2011, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
55 55
                                  ispecs_disk_size=opts.ispecs_disk_size,
56 56
                                  ispecs_nic_count=opts.ispecs_nic_count,
57 57
                                  group_ipolicy=True)
58
  for key in ipolicy.keys():
59
    utils.ForceDictType(ipolicy[key], constants.ISPECS_PARAMETER_TYPES)
60 58

  
61 59
  (group_name,) = args
62 60
  diskparams = dict(opts.diskparams)

Also available in: Unified diff