CLOUDSTACK-2643: Implicit dedication planner isn't listed in non oss builds. The entry for implicit planner was missing in nonoss component context xml. Added it there.

This commit is contained in:
Devdeep Singh 2013-05-23 16:50:33 +05:30
parent 4e7f87681c
commit 80a3c0535e

View File

@ -251,7 +251,7 @@
<ref bean="FirstFitPlanner" /> <ref bean="FirstFitPlanner" />
<ref bean="UserDispersingPlanner" /> <ref bean="UserDispersingPlanner" />
<ref bean="UserConcentratedPodPlanner" /> <ref bean="UserConcentratedPodPlanner" />
<ref bean="ImplicitDedicationPlanner" />
<!-- <!--
<ref bean="BareMetalPlanner" /> <ref bean="BareMetalPlanner" />
--> -->