Repository: cloudstack Updated Branches: refs/heads/master ad258cc8f -> 923c65d7c
CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/923c65d7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/923c65d7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/923c65d7 Branch: refs/heads/master Commit: 923c65d7ce791e86d2e949a9d55bfc666bda1cfe Parents: ad258cc Author: Jessica Wang <jessicaw...@apache.org> Authored: Thu Dec 18 18:13:14 2014 -0800 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Thu Dec 18 18:15:06 2014 -0800 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/923c65d7/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 32ffb9d..13bc3ab 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