Jay Faulkner 946ac3ed2e Convert exception to string before passing it in
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
2020-01-14 15:33:30 +00:00
2019-09-05 12:27:30 +00:00
2019-12-27 16:36:30 +08:00
2015-12-29 19:14:17 +00:00
2018-09-06 01:09:28 +02:00
2019-04-19 19:44:46 +00:00
2019-07-18 20:28:55 +09:00
2019-12-17 14:46:06 +09:00
2015-12-04 13:44:13 +09:00
2012-01-18 09:39:25 +11:00
2015-12-09 11:09:26 +03:00
2019-12-17 14:46:06 +09:00
2017-03-06 01:18:40 +00:00
2019-12-17 14:46:06 +09:00

Team and repository tags

image

Python bindings to the Neutron API

Latest Version

This is a client library for Neutron built on the Neutron API. It provides a Python API (the neutronclient module) and a command-line tool (neutron).

Description
OpenStack Networking (Neutron) Client
Readme 39 MiB
Languages
Python 100%