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.
Reviewed: https:/ /review. opendev. org/668447 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=538e663f0da 6f0d630fc47a7cf 738b188caa660b
Committed: https:/
Submitter: Zuul
Branch: master
commit 538e663f0da6f0d 630fc47a7cf738b 188caa660b
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 tempest- plugin- designate- scenario job.
in [1].
Patch [1] also introduced regression which cause failures in neutron's
neutron-
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: I96d69bc7a14893 77b5e95965e95dc 3d3f2f3a933
Closes-Bug: #1834849