mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6122: Add LXC to supported hypervisor list for VPC
This commit is contained in:
parent
6d4b979c4d
commit
c63f43a9cc
|
|
@ -2179,6 +2179,7 @@ public class VpcManagerImpl extends ManagerBase implements VpcManager, VpcProvis
|
|||
hTypes.add(HypervisorType.VMware);
|
||||
hTypes.add(HypervisorType.KVM);
|
||||
hTypes.add(HypervisorType.Simulator);
|
||||
hTypes.add(HypervisorType.LXC);
|
||||
return hTypes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue