Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D79E18F69 for ; Thu, 14 May 2015 10:00:06 +0000 (UTC) Received: (qmail 3279 invoked by uid 500); 14 May 2015 10:00:06 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 3253 invoked by uid 500); 14 May 2015 10:00:06 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 3240 invoked by uid 99); 14 May 2015 10:00:06 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 10:00:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id CA729C0B1C for ; Thu, 14 May 2015 10:00:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.791 X-Spam-Level: X-Spam-Status: No, score=0.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id trbRoCAyi2EY for ; Thu, 14 May 2015 09:59:54 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id B0E64261FB for ; Thu, 14 May 2015 09:59:52 +0000 (UTC) Received: (qmail 2846 invoked by uid 99); 14 May 2015 09:59:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 09:59:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 673DCE116B; Thu, 14 May 2015 09:59:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sjcorbett@apache.org To: commits@brooklyn.incubator.apache.org Date: Thu, 14 May 2015 09:59:56 -0000 Message-Id: In-Reply-To: <625f453eef9944b6a7e1097e806a9ad7@git.apache.org> References: <625f453eef9944b6a7e1097e806a9ad7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/8] incubator-brooklyn git commit: This closes #645 This closes #645 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/e2de33ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/e2de33ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/e2de33ba Branch: refs/heads/master Commit: e2de33ba87971c8c12cdfb068705af5575e25f44 Parents: 3fe40c7 ab9a921 Author: Sam Corbett Authored: Thu May 14 10:31:44 2015 +0100 Committer: Sam Corbett Committed: Thu May 14 10:31:44 2015 +0100 ---------------------------------------------------------------------- .../location/jclouds/JcloudsLocation.java | 24 ++++++++++++-------- .../location/jclouds/JcloudsLocationConfig.java | 3 +++ 2 files changed, 17 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e2de33ba/locations/jclouds/src/main/java/brooklyn/location/jclouds/JcloudsLocation.java ----------------------------------------------------------------------