You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/04/16 20:50:16 UTC

[05/50] [abbrv] git commit: updated refs/heads/ui-mixed-zone-management to 5891f09

Added the AffinityGroupProcessor definition to nonossComponentContext.xml.in to avoid auto-wiring failure for non-oss build


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

Branch: refs/heads/ui-mixed-zone-management
Commit: e354807e05312ba9d586544964ae99371803d145
Parents: 4b1a9f1
Author: Prachi Damle <pr...@cloud.com>
Authored: Fri Apr 12 15:31:16 2013 -0700
Committer: Prachi Damle <pr...@cloud.com>
Committed: Fri Apr 12 15:32:44 2013 -0700

----------------------------------------------------------------------
 client/tomcatconf/nonossComponentContext.xml.in |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e354807e/client/tomcatconf/nonossComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/nonossComponentContext.xml.in b/client/tomcatconf/nonossComponentContext.xml.in
index fc8a9cd..3ede263 100644
--- a/client/tomcatconf/nonossComponentContext.xml.in
+++ b/client/tomcatconf/nonossComponentContext.xml.in
@@ -339,5 +339,13 @@
       </list>
     </property>
   </bean>
+  
+  <!--
+   AffinityGroup Processors
+  -->
+    <bean id="HostAntiAffinityProcessor" class="org.apache.cloudstack.affinity.HostAntiAffinityProcessor">
+    	<property name="name" value="HostAntiAffinityProcessor"/>
+    	<property name="type" value="host anti-affinity"/>
+ 	</bean>
 
 </beans>