You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2017/10/05 04:59:04 UTC

[1/2] libcloud git commit: Remove unused coveralls configuration

Repository: libcloud
Updated Branches:
  refs/heads/trunk 23e65bef0 -> ce5d3be4d


Remove unused coveralls configuration


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ab37e79f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ab37e79f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ab37e79f

Branch: refs/heads/trunk
Commit: ab37e79fa31d2d277288783da98821674d6652d8
Parents: 23e65be
Author: Quentin Pradet <qu...@apache.org>
Authored: Thu Oct 5 08:47:22 2017 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Thu Oct 5 08:47:22 2017 +0400

----------------------------------------------------------------------
 .coveralls.yml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ab37e79f/.coveralls.yml
----------------------------------------------------------------------
diff --git a/.coveralls.yml b/.coveralls.yml
deleted file mode 100644
index f84a77b..0000000
--- a/.coveralls.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-repo_token: GAB5ZuovdsVEFxSIyZE8YhDYU886iGW54
-


[2/2] libcloud git commit: azure: Remove unused variables

Posted by qu...@apache.org.
azure: Remove unused variables


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ce5d3be4
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ce5d3be4
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ce5d3be4

Branch: refs/heads/trunk
Commit: ce5d3be4d91ec97476d61025e603b589ad287783
Parents: ab37e79
Author: Quentin Pradet <qu...@apache.org>
Authored: Thu Oct 5 08:49:40 2017 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Thu Oct 5 08:49:40 2017 +0400

----------------------------------------------------------------------
 libcloud/common/azure.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ce5d3be4/libcloud/common/azure.py
----------------------------------------------------------------------
diff --git a/libcloud/common/azure.py b/libcloud/common/azure.py
index 3db4df2..4884f32 100644
--- a/libcloud/common/azure.py
+++ b/libcloud/common/azure.py
@@ -108,8 +108,6 @@ class AzureConnection(ConnectionUserAndKey):
 
     responseCls = AzureResponse
     rawResponseCls = AzureRawResponse
-    skip_host = False
-    skip_accept_encoding = False
 
     def add_default_params(self, params):
         return params