CLOUDSTACK-2948, Explicit dedication processor wasn't added to nonoss components context xml. The processor was never picked up to evaluate which hosts to avoid during deployment. Adding the explicit processor to the list of available processors.

This commit is contained in:
Devdeep Singh 2013-06-14 13:16:21 +05:30
parent 7663684981
commit 201c0651cc
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@
<property name="Adapters">
<list>
<ref bean="HostAntiAffinityProcessor" />
<ref bean="ExplicitDedicationProcessor"/>
</list>
</property>
</bean>