diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 3d31261b77c..62d898a4b4e 100644 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -413,8 +413,8 @@ }); } }); - - if(args.hypervisor == "XenServer") { + + if(args.hypervisor != "VMware" && args.hypervisor != "BareMetal") { availableNetworkOfferingObjs.push(thisNetworkOffering); } else { //only network offerings that does not include EIP, ELB, SG