CLOUDSTACK-8115: Update default ordering of HA investigators Moved HV specific investigators before PingInvestigator in default ordering
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ceae9786 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ceae9786 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ceae9786 Branch: refs/heads/reporter Commit: ceae97868cb98b503324afb7743a25ce1f5c1516 Parents: bce67bc Author: Koushik Das <[email protected]> Authored: Tue Dec 23 16:12:39 2014 +0530 Committer: Koushik Das <[email protected]> Committed: Tue Dec 23 16:12:39 2014 +0530 ---------------------------------------------------------------------- .../META-INF/cloudstack/core/spring-core-registry-core-context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ceae9786/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml ---------------------------------------------------------------------- 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 3263e92..939cffe 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"> <property name="orderConfigKey" value="ha.investigators.order" /> <property name="orderConfigDefault" - value="SimpleInvestigator,XenServerInvestigator,PingInvestigator,ManagementIPSysVMInvestigator,KVMInvestigator" /> + value="SimpleInvestigator,XenServerInvestigator,KVMInvestigator,HypervInvestigator,VMwareInvestigator,PingInvestigator,ManagementIPSysVMInvestigator" /> <property name="excludeKey" value="ha.investigators.exclude" /> </bean>
