
The fixture has an add_token_data method which lets you provide common token information, however there is no way to do more adanced tokens through that interface or control the service catalog. Rather than overload the simple method add a more low level method that will let you add a token that you created using keystoneauth1 fixtures yourself. Change-Id: I6351b5980d7d87b00caed351987bf46e30cdf036
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%