mirror of https://github.com/apache/cloudstack.git
added valid values for system.vm.default.hypervisor in desc
This commit is contained in:
parent
426f564944
commit
ab39b658ad
|
|
@ -703,7 +703,13 @@ public enum Config {
|
|||
"true",
|
||||
"Indicates whether or not to automatically reserver system VM standby capacity.",
|
||||
null),
|
||||
SystemVMDefaultHypervisor("Advanced", ManagementServer.class, String.class, "system.vm.default.hypervisor", null, "Hypervisor type used to create system vm", null),
|
||||
SystemVMDefaultHypervisor("Advanced",
|
||||
ManagementServer.class,
|
||||
String.class,
|
||||
"system.vm.default.hypervisor",
|
||||
null,
|
||||
"Hypervisor type used to create system vm, valid values are: XenServer, KVM, VMware, Hyperv, VirtualBox, Parralels, BareMetal, Ovm, LXC, Any",
|
||||
null),
|
||||
SystemVMRandomPassword(
|
||||
"Advanced",
|
||||
ManagementServer.class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue