Files
octavia/octavia
Bar RH 32206f77f6 Remove reliance on NeutronException message field
The 'message' class member in Exception was deprecated in PY2.6 and
removed in PY3.0 [1]. Should Neutron code abandon its use of this
field, it will break current Octavia code.
This patch shields Octavia of such change, replacing exc.message
calls with exc.__str__().

[1] - https://www.python.org/dev/peps/pep-0352/

Change-Id: Ia7836f0d68e20d9964334bc41f7789efd1007939
2017-12-20 18:54:19 +00:00
..
2017-10-13 21:35:21 +08:00
2017-12-20 09:23:16 +08:00
2017-12-20 09:23:16 +08:00
2017-05-23 16:28:29 +07:00