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
3c5f37fcca
commit
678350ea1e
|
|
@ -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