
When using keystoneclient sessions, the new parameter is not available and breaks the keystoneclient unit tests[1]. Only use the semaphore kwarg when using keystoneauth sessions. [1] https://review.openstack.org/640953 Change-Id: I0cc7f2514e143ec532d8fb895618f7cf1fea9cc3
Team and repository tags
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: https://docs.openstack.org/keystoneauth/latest/
- Source: https://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
- Release notes: https://docs.openstack.org/releasenotes/keystoneauth/
Description
Languages
Python
100%