Revision 12c3d3f6

b/lib/cli.py
171 171
  "SPECS_DISK_SIZE_OPT",
172 172
  "SPECS_MEM_SIZE_OPT",
173 173
  "SPECS_NIC_COUNT_OPT",
174
  "SPECS_DISK_TEMPLATES",
174 175
  "SPICE_CACERT_OPT",
175 176
  "SPICE_CERT_OPT",
176 177
  "SRC_DIR_OPT",
......
802 803
                                 type="keyval", default={},
803 804
                                 help="NIC count specs: min, max, std")
804 805

  
806
SPECS_DISK_TEMPLATES = cli_option("--specs-disk-templates",
807
                                  dest="ispecs_disk_templates",
808
                                  type="list", default=None,
809
                                  help="Comma-separated list of"
810
                                  " enabled disk templates")
811

  
805 812
HYPERVISOR_OPT = cli_option("-H", "--hypervisor-parameters", dest="hypervisor",
806 813
                            help="Hypervisor and hypervisor options, in the"
807 814
                            " format hypervisor:option=value,option=value,...",

Also available in: Unified diff