Revision 236fd9c4 lib/cli.py

b/lib/cli.py
53 53
  "FILESTORE_DIR_OPT",
54 54
  "FILESTORE_DRIVER_OPT",
55 55
  "HVOPTS_OPT",
56
  "HYPERVISOR_OPT",
56 57
  "IALLOCATOR_OPT",
57 58
  "FORCE_OPT",
58 59
  "NOHDR_OPT",
......
521 522
                         default={}, dest="hvparams",
522 523
                         help="Hypervisor parameters")
523 524

  
525
HYPERVISOR_OPT = cli_option("-H", "--hypervisor-parameters", dest="hypervisor",
526
                            help="Hypervisor and hypervisor options, in the"
527
                            " format hypervisor:option=value,option=value,...",
528
                            default=None, type="identkeyval")
529

  
524 530

  
525 531
def _ParseArgs(argv, commands, aliases):
526 532
  """Parser for the command line arguments.

Also available in: Unified diff