Comment 2 for bug 1834849

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

Reviewed: https://review.opendev.org/668447
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=538e663f0da6f0d630fc47a7cf738b188caa660b
Submitter: Zuul
Branch: master

commit 538e663f0da6f0d630fc47a7cf738b188caa660b
Author: Slawek Kaplonski <email address hidden>
Date: Mon Jul 1 13:50:33 2019 +0200

    Switch to use configure_keystone_authtoken_middleware in devstack plugin

    Function "configure_auth_token_middleware" was deprecated in devstack
    in [1].
    Patch [1] also introduced regression which cause failures in neutron's
    neutron-tempest-plugin-designate-scenario job.

    New function configure_keystone_authtoken_middleware should be used
    instead.
    This patch switches to use this new function to solve problem
    caused by patch [1] when old function is used.

    [1] https://review.opendev.org/#/c/628651/

    Change-Id: I96d69bc7a1489377b5e95965e95dc3d3f2f3a933
    Closes-Bug: #1834849