OpenStack Identity Authentication Library
ad46262148
Without this, it's possible to get HTTP 404 errors from keystone if OS_AUTH_URL isn't versioned (e.g., https://keystone.example.com/ instead of https://keystone.example.com/v3), even if OS_IDENTITY_API is set to 3. This commit works around this issue by checking the AUTH_URL before building the token_url and appending '/v3' to the URL before sending the request. Closes-Bug: 1876317 Change-Id: Ic75f0c9b36022b884105b87bfe05f4f8292d53b2 |
||
---|---|---|
doc | ||
keystoneauth1 | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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://opendev.org/openstack/keystoneauth
- Bugs: https://bugs.launchpad.net/keystoneauth
- Release notes: https://docs.openstack.org/releasenotes/keystoneauth/