You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/05/27 20:39:21 UTC

git commit: updated refs/heads/4.4-forward to a553bb5

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 5c30809a7 -> a553bb516


CLOUDSTACK-6744 > UI > zone wizard > baremetal hypervisor > support EIP ELB feature.
This reverts commit 65bb733a4237242e7f800956840c1a09be18fbb5.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a553bb51
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a553bb51
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a553bb51

Branch: refs/heads/4.4-forward
Commit: a553bb516dccb637985dadc91d8eb5ec16d55ab5
Parents: 5c30809
Author: Jessica Wang <je...@apache.org>
Authored: Tue May 27 11:38:46 2014 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Tue May 27 11:39:08 2014 -0700

----------------------------------------------------------------------
 ui/scripts/zoneWizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a553bb51/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index a6321cf..0a84bdb 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -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