Skip to content

Commit

Permalink
Code improvements
Browse files Browse the repository at this point in the history
Closes #789

Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
  • Loading branch information
micafer authored and Kami committed May 26, 2016
1 parent 1fda9a5 commit 34f508f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcloud/common/openstack_identity.py
Expand Up @@ -1379,7 +1379,8 @@ def _to_role(self, data):
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
"""
Expand Down

0 comments on commit 34f508f

Please sign in to comment.