mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3429: UI > zone wizard > advanced sg-enabled > exclude Hyperv from hypervisor dropdown.
This commit is contained in:
parent
40678a27da
commit
72499abbb6
|
|
@ -396,6 +396,7 @@
|
|||
firstOption = "KVM";
|
||||
nonSupportedHypervisors["VMware"] = 1;
|
||||
nonSupportedHypervisors["BareMetal"] = 1;
|
||||
nonSupportedHypervisors["Hyperv"] = 1;
|
||||
nonSupportedHypervisors["Ovm"] = 1;
|
||||
nonSupportedHypervisors["LXC"] = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue