Minor bugfix 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/1d022786 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1d022786 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1d022786 Branch: refs/heads/trunk Commit: 1d022786a991237e42995975751b257adb0c05bc Parents: 34f508f Author: micafer <micaf...@upv.es> Authored: Wed May 18 16:02:29 2016 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Thu May 26 20:53:13 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/1d022786/libcloud/common/openstack_identity.py ---------------------------------------------------------------------- diff --git a/libcloud/common/openstack_identity.py b/libcloud/common/openstack_identity.py index cc77b25..cff86f4 100644 --- a/libcloud/common/openstack_identity.py +++ b/libcloud/common/openstack_identity.py @@ -70,7 +70,7 @@ __all__ = [ 'OpenStackIdentity_1_1_Connection', 'OpenStackIdentity_2_0_Connection', 'OpenStackIdentity_3_0_Connection', - 'OpenStackIdentity_3_0_Connection_OIDC', + 'OpenStackIdentity_3_0_Connection_OIDC_access_token', 'get_class_for_auth_version' ]