summaryrefslogtreecommitdiff
path: root/releasenotes/notes/MySQL-python-no-longer-tested-2a6c32cce6b03215.yaml
blob: 547b92666f08d341d7bcf86e5be7670ded735366 (plain)
1
2
3
4
5
6
7
8
---
deprecations:
  - |
    PyMySQL is a default MySQL DB API driver for oslo.db, as well as for the whole
    OpenStack. So far it was possible to use MySQL-python as an alternative DB API driver.
    This driver is no longer being tested in this release, hence it should be considered
    unsupported. Please switch to PyMySQL, which is an adequate replacement. Refer to
    https://wiki.openstack.org/wiki/PyMySQL_evaluation for details.