You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/08/06 14:36:29 UTC

git commit: Remove unnecessary wrapper function.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 89d23bc9c -> a9eebae82


Remove unnecessary wrapper function.


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

Branch: refs/heads/trunk
Commit: a9eebae822da02694fcf327e396f7d278e7f57e6
Parents: 89d23bc
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Aug 6 14:36:14 2014 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Aug 6 14:36:14 2014 +0200

----------------------------------------------------------------------
 libcloud/common/openstack.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a9eebae8/libcloud/common/openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/common/openstack.py b/libcloud/common/openstack.py
index 768f88b..ac5d5ac 100644
--- a/libcloud/common/openstack.py
+++ b/libcloud/common/openstack.py
@@ -627,9 +627,6 @@ class OpenStackBaseConnection(ConnectionUserAndKey):
         self._populate_hosts_and_request_paths()
         return super(OpenStackBaseConnection, self).morph_action_hook(action)
 
-    def request(self, **kwargs):
-        return super(OpenStackBaseConnection, self).request(**kwargs)
-
     def _set_up_connection_info(self, url):
         result = self._tuple_from_url(url)
         (self.host, self.port, self.secure, self.request_path) = result