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 2013/07/10 00:34:45 UTC

git commit: updated refs/heads/master to 72499ab

Updated Branches:
  refs/heads/master 40678a27d -> 72499abbb


CLOUDSTACK-3429: UI > zone wizard > advanced sg-enabled > exclude Hyperv from hypervisor dropdown.


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

Branch: refs/heads/master
Commit: 72499abbb6a37115eca881d953a8d886347d4504
Parents: 40678a2
Author: Jessica Wang <je...@apache.org>
Authored: Tue Jul 9 15:33:51 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Tue Jul 9 15:33:51 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72499abb/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 08e9fe3..eea0888 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -396,6 +396,7 @@
 									  firstOption = "KVM";
 										nonSupportedHypervisors["VMware"] = 1;
 										nonSupportedHypervisors["BareMetal"] = 1;
+										nonSupportedHypervisors["Hyperv"] = 1;
 										nonSupportedHypervisors["Ovm"] = 1;
 										nonSupportedHypervisors["LXC"] = 1;
 									}