Updated Branches: refs/heads/master 426f56494 -> ab39b658a
added valid values for system.vm.default.hypervisor in desc Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ab39b658 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab39b658 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab39b658 Branch: refs/heads/master Commit: ab39b658ad84e400a543a7b8a0c001600a603cad Parents: 426f564 Author: Abhinandan Prateek <aprat...@apache.org> Authored: Thu Nov 28 09:24:32 2013 +0530 Committer: Abhinandan Prateek <aprat...@apache.org> Committed: Thu Nov 28 09:24:32 2013 +0530 ---------------------------------------------------------------------- server/src/com/cloud/configuration/Config.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab39b658/server/src/com/cloud/configuration/Config.java ---------------------------------------------------------------------- diff --git a/server/src/com/cloud/configuration/Config.java b/server/src/com/cloud/configuration/Config.java index f2debe7..1490926 100755 --- a/server/src/com/cloud/configuration/Config.java +++ b/server/src/com/cloud/configuration/Config.java @@ -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,