Minor change Closes #789
Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5242e2ff Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5242e2ff Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5242e2ff Branch: refs/heads/trunk Commit: 5242e2ff8dcddd3b1f22a96f512578a6693c4cc5 Parents: 1d02278 Author: micafer <[email protected]> Authored: Wed May 18 16:10:13 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu May 26 20:53:15 2016 +0200 ---------------------------------------------------------------------- libcloud/common/openstack_identity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5242e2ff/libcloud/common/openstack_identity.py ---------------------------------------------------------------------- diff --git a/libcloud/common/openstack_identity.py b/libcloud/common/openstack_identity.py index cff86f4..aa2de60 100644 --- a/libcloud/common/openstack_identity.py +++ b/libcloud/common/openstack_identity.py @@ -1380,7 +1380,7 @@ class OpenStackIdentity_3_0_Connection(OpenStackIdentityConnection): class OpenStackIdentity_3_0_Connection_OIDC_access_token( - OpenStackIdentity_3_0_Connection): + OpenStackIdentity_3_0_Connection): """ Connection class for Keystone API v3.x. using OpenID Connect tokens """
