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 439ABFD43 for ; Wed, 24 Apr 2013 16:23:29 +0000 (UTC) Received: (qmail 11137 invoked by uid 500); 24 Apr 2013 16:23:25 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 11102 invoked by uid 500); 24 Apr 2013 16:23:25 -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 10997 invoked by uid 99); 24 Apr 2013 16:23:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 16:23:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7C1C0823CD1; Wed, 24 Apr 2013 16:23:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alena1108@apache.org To: commits@cloudstack.apache.org Date: Wed, 24 Apr 2013 16:23:26 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/50] [abbrv] git commit: updated refs/heads/internallb to ca2fc30 Temporarely disabing vpc test as some part of it requires connection to the real DB. Will re-enable after fixing the problem Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/39abaf64 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/39abaf64 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/39abaf64 Branch: refs/heads/internallb Commit: 39abaf645258bc6fb75022850b2bfce0a7e7ae6f Parents: 2857234 Author: Alena Prokharchyk Authored: Fri Apr 19 12:41:56 2013 -0700 Committer: Alena Prokharchyk Committed: Fri Apr 19 12:42:42 2013 -0700 ---------------------------------------------------------------------- server/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/39abaf64/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 7249c55..8b64335 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -157,6 +157,7 @@ com/cloud/network/vpn/RemoteAccessVpnTest.java com/cloud/network/security/SecurityGroupManagerImpl2Test.java com/cloud/network/security/SecurityGroupManagerImpl2Test.java + com/cloud/vpc/*