mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-16 23:12:23 +00:00
Before this change, neutronclient was passing in a raw exception
as a kwarg to the ConnectionFailed exception. This caused an
exception to be raised in _safe_decode_dict() due to the exception
not being a text type.
Now, we explicitly convert the raw exception to a string before
passing it as a kwarg.
Closes-bug: 1859068
Change-Id: I323b3aceec0a937874eabf770fbc82995202f6d6
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| common | ||
| neutron | ||
| osc | ||
| tests | ||
| v2_0 | ||
| __init__.py | ||
| _i18n.py | ||
| client.py | ||
| shell.py | ||
| version.py | ||