Revision 0359e5d0 lib/cli.py

b/lib/cli.py
102 102
  "HYPERVISOR_OPT",
103 103
  "IALLOCATOR_OPT",
104 104
  "DEFAULT_IALLOCATOR_OPT",
105
  "DEFAULT_IALLOCATOR_PARAMS_OPT",
105 106
  "IDENTIFY_DEFAULTS_OPT",
106 107
  "IGNORE_CONSIST_OPT",
107 108
  "IGNORE_ERRORS_OPT",
......
912 913
                                    default=None, type="string",
913 914
                                    completion_suggest=OPT_COMPL_ONE_IALLOCATOR)
914 915

  
916
DEFAULT_IALLOCATOR_PARAMS_OPT = cli_option("--default-iallocator-params",
917
                                           dest="default_iallocator_params",
918
                                           help="iallocator template"
919
                                           " parameters, in the format"
920
                                           " template:option=value,"
921
                                           " option=value,...",
922
                                           type="keyval",
923
                                           default={})
924

  
915 925
OS_OPT = cli_option("-o", "--os-type", dest="os", help="What OS to run",
916 926
                    metavar="<os>",
917 927
                    completion_suggest=OPT_COMPL_ONE_OS)

Also available in: Unified diff