summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2016-11-03 15:20:50 +0200
committerRoman Podoliaka <rpodolyaka@mirantis.com>2016-11-03 15:28:31 +0200
commit699933ca01884efe39cfed44946c3d570b5ebbfe (patch)
tree1298d3061833d8e07c5caf173bbb064201b891df /setup.cfg
parent628a1eec1e1dd0f857a670aa89bbcb9c02b92627 (diff)
downloadoslo-db-699933ca01884efe39cfed44946c3d570b5ebbfe.tar.gz
Fix exc_filters for mysql-python
Something changed in mysql-python / libmysqlclient or mysql and now exceptions that used to be InternalError's have become OperationalError's. Update filters accordingly to wrap those into oslo.db exceptions properly. OperationalError's are kind of special, as we re-raise them as is due to historical reasons: we need to make sure that at least SAVEPOINT errors are wrapped, as that's what oslo.db and neutron unit tests expect. Closes-Bug: #1630899 Change-Id: I39ea8c4a0dc9d43992f00da7b1ff502595b4dc13
Diffstat (limited to 'setup.cfg')
0 files changed, 0 insertions, 0 deletions