Updated Branches: refs/heads/master 4e7f87681 -> 80a3c0535
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. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/80a3c053 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/80a3c053 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/80a3c053 Branch: refs/heads/master Commit: 80a3c0535e0a8ad3edba3713a61d063a176191d8 Parents: 4e7f876 Author: Devdeep Singh <devd...@gmail.com> Authored: Thu May 23 16:50:33 2013 +0530 Committer: Devdeep Singh <devd...@gmail.com> Committed: Thu May 23 16:50:33 2013 +0530 ---------------------------------------------------------------------- client/tomcatconf/nonossComponentContext.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/80a3c053/client/tomcatconf/nonossComponentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/nonossComponentContext.xml.in b/client/tomcatconf/nonossComponentContext.xml.in index 1b6ee6e..6fa9d38 100644 --- a/client/tomcatconf/nonossComponentContext.xml.in +++ b/client/tomcatconf/nonossComponentContext.xml.in @@ -251,7 +251,7 @@ <ref bean="FirstFitPlanner" /> <ref bean="UserDispersingPlanner" /> <ref bean="UserConcentratedPodPlanner" /> - + <ref bean="ImplicitDedicationPlanner" /> <!-- <ref bean="BareMetalPlanner" /> -->