
This change adds logic to handle a situation where an error response has been received by HTTP but its body schema is an unknown format. This issue came up during a review of related changes: https://review.opendev.org/#/c/662281/ https://review.opendev.org/#/c/662281/7/keystoneauth1/exceptions/http.py Change-Id: I21a33052e951f515988fdfd8ab1f42440ca9d4f8
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/
Description
Languages
Python
100%