Code improvements

Closes #789

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


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

Branch: refs/heads/trunk
Commit: 34f508f84b4ea1da817f3d9ba7381c44290971e4
Parents: 1fda9a5
Author: micafer <micaf...@upv.es>
Authored: Wed May 18 13:06:42 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Thu May 26 20:53:09 2016 +0200

----------------------------------------------------------------------
 libcloud/common/openstack_identity.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/34f508f8/libcloud/common/openstack_identity.py
----------------------------------------------------------------------
diff --git a/libcloud/common/openstack_identity.py 
b/libcloud/common/openstack_identity.py
index ee1186f..cc77b25 100644
--- a/libcloud/common/openstack_identity.py
+++ b/libcloud/common/openstack_identity.py
@@ -1379,7 +1379,8 @@ class 
OpenStackIdentity_3_0_Connection(OpenStackIdentityConnection):
         return role
 
 
-class 
OpenStackIdentity_3_0_Connection_OIDC_access_token(OpenStackIdentity_3_0_Connection):
+class OpenStackIdentity_3_0_Connection_OIDC_access_token(
+          OpenStackIdentity_3_0_Connection):
     """
     Connection class for Keystone API v3.x. using OpenID Connect tokens
     """

Reply via email to