Skip to content

Commit e354807

Browse files
author
Prachi Damle
committed
Added the AffinityGroupProcessor definition to nonossComponentContext.xml.in to avoid auto-wiring failure for non-oss build
1 parent 4b1a9f1 commit e354807

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

client/tomcatconf/nonossComponentContext.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,13 @@
339339
</list>
340340
</property>
341341
</bean>
342+
343+
<!--
344+
AffinityGroup Processors
345+
-->
346+
<bean id="HostAntiAffinityProcessor" class="org.apache.cloudstack.affinity.HostAntiAffinityProcessor">
347+
<property name="name" value="HostAntiAffinityProcessor"/>
348+
<property name="type" value="host anti-affinity"/>
349+
</bean>
342350

343351
</beans>

0 commit comments

Comments
 (0)