Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD8A7100A2 for ; Fri, 2 Jan 2015 14:36:04 +0000 (UTC) Received: (qmail 55565 invoked by uid 500); 2 Jan 2015 14:35:54 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 55486 invoked by uid 500); 2 Jan 2015 14:35:54 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 55245 invoked by uid 99); 2 Jan 2015 14:35:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 14:35:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5663BA3C68D; Fri, 2 Jan 2015 14:35:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: commits@cloudstack.apache.org Date: Fri, 02 Jan 2015 14:36:23 -0000 Message-Id: In-Reply-To: <5c56ac3fb2b34819ac40b6562dbc4d9c@git.apache.org> References: <5c56ac3fb2b34819ac40b6562dbc4d9c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/50] [abbrv] git commit: updated refs/heads/reporter to b26f3fc 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 Authored: Tue Dec 23 16:12:39 2014 +0530 Committer: Koushik Das 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"> + value="SimpleInvestigator,XenServerInvestigator,KVMInvestigator,HypervInvestigator,VMwareInvestigator,PingInvestigator,ManagementIPSysVMInvestigator" />