mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Correcting hypervisor type enum
This commit is contained in:
parent
d2ffa6b68d
commit
27b038efcb
@ -1683,7 +1683,7 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory {
|
|||||||
|
|
||||||
// If this command is from a KVM agent, or from an agent that has a
|
// If this command is from a KVM agent, or from an agent that has a
|
||||||
// null hypervisor type, don't do the CIDR check
|
// null hypervisor type, don't do the CIDR check
|
||||||
if (hypervisorType == null || hypervisorType == Hypervisor.Type.KVM || hypervisorType == Hypervisor.Type.VMware)
|
if (hypervisorType == null || hypervisorType == Hypervisor.Type.KVM || hypervisorType == Hypervisor.Type.VmWare)
|
||||||
doCidrCheck = false;
|
doCidrCheck = false;
|
||||||
|
|
||||||
if (doCidrCheck)
|
if (doCidrCheck)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user