From 923c65d7ce791e86d2e949a9d55bfc666bda1cfe Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 18 Dec 2014 18:13:14 -0800 Subject: [PATCH] CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature. --- ui/scripts/zoneWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 32ffb9de7f0..13bc3abc61c 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -597,7 +597,7 @@ }); if (thisNetworkOffering.havingEIP == true && thisNetworkOffering.havingELB == true) { //EIP ELB - if (args.hypervisor == "VMware" || args.hypervisor == "BareMetal") { //VMware, BareMetal don't support EIP ELB + if (args.hypervisor == "VMware") { //VMware does not 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