Comment 2 for bug 1788174

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

Reviewed: https://review.openstack.org/594187
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=0085d08baa129c3eae121a31a5c35cf7bd684aad
Submitter: Zuul
Branch: master

commit 0085d08baa129c3eae121a31a5c35cf7bd684aad
Author: Brad P. Crochet <email address hidden>
Date: Tue Aug 21 10:01:47 2018 -0400

    Stop using deprecated keystone_authtoken/auth_uri

    keystone_authtoken/auth_uri is deprecated [1]. Use www_authenticate_uri
    instead.

    keystonemiddleware in requirements and lower constraints should be increased
    because www_authenticate_uri was introduced in keystonemiddleware 4.18.0.

    [1] https://review.openstack.org/#/c/508522/

    Change-Id: I99b0ee941d702a28fb4f392d9747d0e2257a42c8
    Closes-Bug: #1788174