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
5 lines
109 B
YAML
5 lines
109 B
YAML
---
|
|
features:
|
|
- Fix handling of HTTP error payloads that conform to the API SIG
|
|
formatting guidelines.
|