diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 06d3bbdded6..c4dc3a52338 100644 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -415,8 +415,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