You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/11/05 09:52:03 UTC

git commit: updated refs/heads/4.2 to 966db3c

Updated Branches:
  refs/heads/4.2 bc36aa026 -> 966db3c8c


fixing simulator for missing haplanners


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

Branch: refs/heads/4.2
Commit: 966db3c8c27a64da927323f7d424424b90cd9ee9
Parents: bc36aa0
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Tue Nov 5 09:51:52 2013 +0100
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Tue Nov 5 09:51:52 2013 +0100

----------------------------------------------------------------------
 client/tomcatconf/simulatorComponentContext.xml.in | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/966db3c8/client/tomcatconf/simulatorComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/simulatorComponentContext.xml.in b/client/tomcatconf/simulatorComponentContext.xml.in
index 4a43173..1faf69d 100644
--- a/client/tomcatconf/simulatorComponentContext.xml.in
+++ b/client/tomcatconf/simulatorComponentContext.xml.in
@@ -136,6 +136,14 @@
     </property>
   </bean>
 
+  <bean id="haPlanners" class="com.cloud.utils.component.AdapterList">
+    <property name="Adapters">
+      <list>
+          <ref bean="SkipHeuresticsPlanner" />
+      </list>
+    </property>
+  </bean>
+
   <!-- Deployment/allocation adapters -->
   <bean id="deploymentPlanners" class="com.cloud.utils.component.AdapterList">
     <property name="Adapters">