01b7c87285
Jamie Lennox
01b7c87285
Implement caching for the generic plugins.
When caching was implemented it was added to the v2 and v3 plugins but for some reason the generic plugins were missed. To do generic plugin caching we'll skip even trying to figure out the inner plugin for now and just load the authentication for the generic. Closes-Bug: #1616261 Change-Id: Icbb8acde0dca084f4a221f8ebff5503d5bdc219a
keystoneauth
This package contains tools for authenticating to an OpenStack-based cloud. These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests (based on the requests Python library)
Further information:
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/keystoneauth
- Source: http://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: http://bugs.launchpad.net/keystoneauth
Description
Languages
Python
100%