Comment 2 for bug 1594272

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystoneauth (master)

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

commit bd18bc3d0db0e11164dafe41ffaefea237e8ce76
Author: Alvaro Lopez Garcia <email address hidden>
Date: Thu Jun 23 13:09:58 2016 +0200

    oidc: fix OpenID Connect scope option

    There is a missmatch between the option being defined in the
    OpenIDConnectPassword loader and the OidcPassword class. The loader
    defines it as "openid-scope" but the OidcPassword constructor only
    accepts "scope".

    Closes-Bug: 1594272
    Change-Id: I7dbaaa4eb52c900bcd19da4c274bd35dc8b98c6f