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:35:16 UTC

[2/7] libcloud git commit: Style changes

Style changes


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

Branch: refs/heads/trunk
Commit: 80b54cbe225feb81e07ff09f7ae324a07a09ebe2
Parents: ec125bf
Author: micafer <mi...@upv.es>
Authored: Wed Dec 14 13:35:24 2016 +0100
Committer: micafer <mi...@upv.es>
Committed: Wed Dec 14 13:35:24 2016 +0100

----------------------------------------------------------------------
 libcloud/test/common/test_openstack_identity.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/80b54cbe/libcloud/test/common/test_openstack_identity.py
----------------------------------------------------------------------
diff --git a/libcloud/test/common/test_openstack_identity.py b/libcloud/test/common/test_openstack_identity.py
index 143a22b..186d21c 100644
--- a/libcloud/test/common/test_openstack_identity.py
+++ b/libcloud/test/common/test_openstack_identity.py
@@ -457,17 +457,17 @@ class OpenStackIdentity_2_0_Connection_VOMSTests(unittest.TestCase):
         OpenStackIdentity_2_0_Connection_VOMS.conn_classes = (mock_cls, mock_cls)
 
         self.auth_instance = OpenStackIdentity_2_0_Connection_VOMS(auth_url='http://none',
-                                                                                user_id=None,
-                                                                                key='/tmp/proxy.pem',
-                                                                                tenant_name='VO')
+                                                                   user_id=None,
+                                                                   key='/tmp/proxy.pem',
+                                                                   tenant_name='VO')
         self.auth_instance.auth_token = 'mock'
 
     def test_authenticate(self):
         auth = OpenStackIdentity_2_0_Connection_VOMS(auth_url='http://none',
-                                                                  user_id=None,
-                                                                  key='/tmp/proxy.pem',
-                                                                  token_scope='test',
-                                                                  tenant_name="VO")
+                                                     user_id=None,
+                                                     key='/tmp/proxy.pem',
+                                                     token_scope='test',
+                                                     tenant_name="VO")
         auth.authenticate()