You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2014/09/01 07:01:44 UTC

git commit: updated refs/heads/master to 94ab397

Repository: cloudstack
Updated Branches:
  refs/heads/master 33a249e77 -> 94ab39790


CLOUDSTACK-7429: Allow LXC hypervisor for advance zone with SG hypervisor dropdown


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

Branch: refs/heads/master
Commit: 94ab3979049583d1f682e5ccd593ee6029728174
Parents: 33a249e
Author: Kishan Kavala <ki...@apache.org>
Authored: Mon Sep 1 10:24:11 2014 +0530
Committer: Kishan Kavala <ki...@apache.org>
Committed: Mon Sep 1 10:24:11 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/94ab3979/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 8928545..4498534 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -474,7 +474,6 @@
                                         nonSupportedHypervisors["BareMetal"] = 1;
                                         nonSupportedHypervisors["Hyperv"] = 1;
                                         nonSupportedHypervisors["Ovm"] = 1;
-                                        nonSupportedHypervisors["LXC"] = 1;
                                     }
 
                                     if (items != null) {