mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7429: Allow LXC hypervisor for advance zone with SG hypervisor dropdown
This commit is contained in:
parent
33a249e77a
commit
94ab397904
|
|
@ -474,7 +474,6 @@
|
|||
nonSupportedHypervisors["BareMetal"] = 1;
|
||||
nonSupportedHypervisors["Hyperv"] = 1;
|
||||
nonSupportedHypervisors["Ovm"] = 1;
|
||||
nonSupportedHypervisors["LXC"] = 1;
|
||||
}
|
||||
|
||||
if (items != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue