Comment 1 for bug 1839748

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

Reviewed: https://review.opendev.org/675049
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=6a69e4dfbdc2762445b0f16a9e2c66e06f3b2bab
Submitter: Zuul
Branch: master

commit 6a69e4dfbdc2762445b0f16a9e2c66e06f3b2bab
Author: Adrian Turjak <email address hidden>
Date: Wed Aug 7 19:51:59 2019 +1200

    add support for auth_receipts and multi-method auth

    - new exception when an auth receipt is returned.
    - a new method for auth receipt.
    - support to existing v3 Auth plugins to add additional methods.
    - Added a new MultiFactor plugin with loading support which
      takes method names as strings.

    Change-Id: Ie6601a50011118e3a07be9752f747c2298ff5230
    Closes-Bug: #1839748