Missing OidcClientCredentials in __all__ prevents it from being loaded

Bug #1608419 reported by Alvaro Lopez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
keystoneauth
Fix Released
Undecided
Alvaro Lopez

Bug Description

The class name OidcClientCredentials is missing in the __all__ list of public objects from keystoneauth1/identity/v3/oidc.py, therefore it cannot be loaded:

    Traceback (most recent call last):
      File "test.py", line 6, in <module>
        auth = v3.OidcClientCredentials(
    AttributeError: 'module' object has no attribute 'OidcClientCredentials'

Alvaro Lopez (aloga)
Changed in keystoneauth:
assignee: nobody → Alvaro Lopez (aloga)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystoneauth (master)

Fix proposed to branch: master
Review: https://review.openstack.org/349424

Changed in keystoneauth:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystoneauth (master)

Reviewed: https://review.openstack.org/349424
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=31796b370f5dbcb322dc82a107051c4c58a6af2f
Submitter: Jenkins
Branch: master

commit 31796b370f5dbcb322dc82a107051c4c58a6af2f
Author: Alvaro Lopez Garcia <email address hidden>
Date: Mon Aug 1 11:00:22 2016 +0200

    Add missing class name to tuple of public objects

    The class name OidcClientCredentials is missing in the __all__ list of
    public objects from keystoneauth1/identity/v3/oidc.py, therefore it
    couldn't be loaded.

    Change-Id: Ife9f58f14d31863904673c962c06cc1d3df4b49d
    Closes-bug: #1608419

Changed in keystoneauth:
status: In Progress → Fix Released
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/keystoneauth 2.11.0

This issue was fixed in the openstack/keystoneauth 2.11.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.