From 899bb8b2e92598228a1432760b02e6dfd5a4c8f0 Mon Sep 17 00:00:00 2001 From: Koushik Das Date: Tue, 23 Dec 2014 16:12:39 +0530 Subject: [PATCH] CLOUDSTACK-8115: Update default ordering of HA investigators Moved HV specific investigators before PingInvestigator in default ordering (cherry picked from commit ceae97868cb98b503324afb7743a25ce1f5c1516) Signed-off-by: Rohit Yadav --- .../cloudstack/core/spring-core-registry-core-context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml b/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml index 3263e923229..939cffebce9 100644 --- a/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml +++ b/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml @@ -68,7 +68,7 @@ class="org.apache.cloudstack.spring.lifecycle.registry.ExtensionRegistry"> + value="SimpleInvestigator,XenServerInvestigator,KVMInvestigator,HypervInvestigator,VMwareInvestigator,PingInvestigator,ManagementIPSysVMInvestigator" />