Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 72641200BEA for ; Tue, 27 Dec 2016 09:26:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7100D160B49; Tue, 27 Dec 2016 08:26:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA9FD160B3D for ; Tue, 27 Dec 2016 09:26:44 +0100 (CET) Received: (qmail 38103 invoked by uid 500); 27 Dec 2016 08:26:44 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 38075 invoked by uid 500); 27 Dec 2016 08:26:44 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 38071 invoked by uid 99); 27 Dec 2016 08:26:44 -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; Tue, 27 Dec 2016 08:26:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C034DFCC5; Tue, 27 Dec 2016 08:26:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anthonyshaw@apache.org To: commits@libcloud.apache.org Date: Tue, 27 Dec 2016 08:26:46 -0000 Message-Id: <156f2f97879744229205832847c53b2d@git.apache.org> In-Reply-To: <3139b24f5ef84658b5e15d881cd21a28@git.apache.org> References: <3139b24f5ef84658b5e15d881cd21a28@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/11] libcloud git commit: Update default api version archived-at: Tue, 27 Dec 2016 08:26:45 -0000 Update default api version Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f011a2a2 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f011a2a2 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f011a2a2 Branch: refs/heads/trunk Commit: f011a2a2b58f8f991a14d4ad5e98e46ea3b0b60b Parents: 3e14f05 Author: Samuel Chong Authored: Thu Dec 15 15:09:44 2016 +1100 Committer: Anthony Shaw Committed: Tue Dec 27 19:22:04 2016 +1100 ---------------------------------------------------------------------- libcloud/common/dimensiondata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f011a2a2/libcloud/common/dimensiondata.py ---------------------------------------------------------------------- diff --git a/libcloud/common/dimensiondata.py b/libcloud/common/dimensiondata.py index bcfd576..f76d52a 100644 --- a/libcloud/common/dimensiondata.py +++ b/libcloud/common/dimensiondata.py @@ -389,7 +389,7 @@ class DimensionDataConnection(ConnectionUserAndKey): latest_api_version = '2.4' # Default api version - active_api_version = '2.3' + active_api_version = '2.4' _orgId = None responseCls = DimensionDataResponse