mirror of https://github.com/apache/cloudstack.git
bug 14516: add zone wizard - exclude EIP, ELB, SG network offerings only when hypervisor is VMware or BareMetal.
This commit is contained in:
parent
f4fb76925b
commit
a67e78e33e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue