CLOUDSTACK-3429: UI > zone wizard > advanced sg-enabled > exclude Hyperv from hypervisor dropdown.

This commit is contained in:
Jessica Wang 2013-07-09 15:33:51 -07:00
parent 40678a27da
commit 72499abbb6
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@
firstOption = "KVM";
nonSupportedHypervisors["VMware"] = 1;
nonSupportedHypervisors["BareMetal"] = 1;
nonSupportedHypervisors["Hyperv"] = 1;
nonSupportedHypervisors["Ovm"] = 1;
nonSupportedHypervisors["LXC"] = 1;
}