OpenStack Identity Authentication Library
01d2da9e47
This change adds logic to the `exceptions.from_response` to handle errors formatted in accordance with the API-SIG guidelines. When there are multiple errors returned, only the first error will be included in the exception with a note informing that there were more errors. API SIG guideline: https://specs.openstack.org/openstack/api-sig/guidelines/errors.html email thread for content: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006377.html related neutron bug: https://bugs.launchpad.net/neutron/+bug/1828543 Change-Id: I1f06c2cd5c4e93e04582d4ffbb434db92010d712 |
||
---|---|---|
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/