You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/27 08:26:46 UTC

[04/11] libcloud git commit: Update default api version

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 <sa...@gmail.com>
Authored: Thu Dec 15 15:09:44 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
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