3a7a703aff6b13808d871f1305303fa2936c9b96
In trying to use betamax with a keystoneauth1 Session, which interacts by mounting itself as an adapter, it became clear that our wrapping of requests.Session was incomplete in that regard. Adding an adapters property with a setter and a mount method worked and betamax is now totally usable with keystoneauth1.session. Closes-Bug:#1516382 Change-Id: I1ebc4a726bb516349714e55eb97b384ed40b42cf
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%