
The auth_token tests were failing randomly (depending on which tests were run together) because the global config had options left in it by other tests (options were added as part of auth plugin initialization and oslo.config provides no way to remove registered options). This change makes it so that auth_token gets a fresh config for every test (other than one test that requires using the global CONF object). Closes-Bug: 1494327 Change-Id: I647f7fade01e2a619f4a5d12a4e71897423469c1
Middleware for the OpenStack Identity API (Keystone)
This package contains middleware modules designed to provide
authentication and authorization features to web services other than
Keystone
<https://github.com/openstack/keystone>. The most prominent
module is keystonemiddleware.auth_token
. This package does
not expose any CLI or Python API features.
For information on contributing, see
CONTRIBUTING.rst
.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/keystonemiddleware
- Source: http://git.openstack.org/cgit/openstack/keystonemiddleware
- Bugs: http://bugs.launchpad.net/keystonemiddleware
For any other information, refer to the parent project, Keystone:
Description
Languages
Python
100%