491e7160cfcf36a9dc41fa043325ef0e45ab93f1
Add a BetaMax fixture that handles wrapping the constructor for KeystoneAuth Session in a way to provide the BetaMax interfaces. This is in support of enabling easy functional testing that includes responses to live-clouds for consumers of KeystoneAuth. A future patch will provide a template for stripping out sensitive (e.g. password) data from the recordings so that the cassetts can be more easily included in git repositories for functional testing. Change-Id: Ibd6e525fef9f2541f97d33de0d2f02f991d122e5 Depends-On: I8787954ab5d0e3963e97c160783301b48ab8299f
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