bug 14516: add zone wizard - exclude EIP, ELB, SG network offerings only when hypervisor is VMware or BareMetal.

This commit is contained in:
Jessica Wang 2012-04-17 11:03:27 -07:00
parent f4fb76925b
commit a67e78e33e
1 changed files with 2 additions and 2 deletions

View File

@ -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