From 232d44bf6e31898887b324bcdebbc659423917e4 Mon Sep 17 00:00:00 2001 From: Prachi Damle Date: Thu, 25 Apr 2013 14:47:59 -0700 Subject: [PATCH] CLOUDSTACK-2158: 'userconcentratedpod_firstfit failed to find alternate host to run VM In the applicationContext .xml , the context of the 'UserConcentratedPodPlanner' needs to include the list of allocators. This will ensure that when this component is loaded by Spring, the allocators gets initialized. --- client/tomcatconf/applicationContext.xml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/tomcatconf/applicationContext.xml.in b/client/tomcatconf/applicationContext.xml.in index d2ea380ddab..1f5ab20333a 100644 --- a/client/tomcatconf/applicationContext.xml.in +++ b/client/tomcatconf/applicationContext.xml.in @@ -532,10 +532,14 @@ --> + + + +