Revision bf4af505 lib/cli.py

b/lib/cli.py
75 75
  "HVOPTS_OPT",
76 76
  "HYPERVISOR_OPT",
77 77
  "IALLOCATOR_OPT",
78
  "DEFAULT_IALLOCATOR_OPT",
78 79
  "IDENTIFY_DEFAULTS_OPT",
79 80
  "IGNORE_CONSIST_OPT",
80 81
  "IGNORE_FAILURES_OPT",
......
615 616
                            default=None, type="string",
616 617
                            completion_suggest=OPT_COMPL_ONE_IALLOCATOR)
617 618

  
619
DEFAULT_IALLOCATOR_OPT = cli_option("-I", "--default-iallocator",
620
                            metavar="<NAME>",
621
                            help="Set the default instance allocator plugin",
622
                            default=None, type="string",
623
                            completion_suggest=OPT_COMPL_ONE_IALLOCATOR)
624

  
618 625
OS_OPT = cli_option("-o", "--os-type", dest="os", help="What OS to run",
619 626
                    metavar="<os>",
620 627
                    completion_suggest=OPT_COMPL_ONE_OS)

Also available in: Unified diff