python-neutronclient/neutronclient/common
Akihiro Motoki 266e6c3c3c Decode exception parameters to expand exception message properly
If a multibyte string without unicode prefix 'u' is passed to
NeutronException in python 2, string subsitution will fail.
In python 2, multibyte string without 'u' prefix is encoded into bytes.
As a result a string substitution in NeutronException.__init__ will fail.

Change-Id: I1aa08b69fe119087a7a49fda768a24f85f0e7c76
Closes-Bug: #1235228
2016-12-15 09:09:18 +00:00
..
__init__.py Fix mixed usage of _ 2014-11-08 22:40:41 +09:00
clientmanager.py remove unused LOG 2016-07-10 00:07:47 +08:00
constants.py Remove XML support 2015-12-09 11:09:26 +03:00
exceptions.py Decode exception parameters to expand exception message properly 2016-12-15 09:09:18 +00:00
extension.py refactor: Avoid overriding run() in cliff command 2016-03-03 03:30:07 +09:00
serializer.py remove unused LOG 2016-07-10 00:07:47 +08:00
utils.py Use method is_valid_cidr from oslo.utils 2016-10-12 04:56:55 +00:00
validators.py Use _i18n instead of i18n 2015-12-24 14:44:44 +09:00