CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature.

This reverts commit d36c731f795e3d709d830c58936accfadc4277d8.
This commit is contained in:
Jessica Wang 2014-05-27 11:40:51 -07:00
parent 7bc7377a17
commit af8e83b410

View File

@ -574,7 +574,7 @@
});
if (thisNetworkOffering.havingEIP == true && thisNetworkOffering.havingELB == true) { //EIP ELB
if (args.hypervisor == "VMware") { //VMware does not support EIP ELB
if (args.hypervisor == "VMware" || args.hypervisor == "BareMetal") { //VMware, BareMetal don't support EIP ELB
return true; //move to next item in $.each() loop
}
if (args.context.zones[0]["network-model"] == "Advanced" && args.context.zones[0]["zone-advanced-sg-enabled"] == "on") { // Advanced SG-enabled zone doesn't support EIP ELB