48d5380f2e
In order to fade out MySQL-python from OpenStack we need to stop testing it. Add release notes entry and adjust documentation references accordingly. Depends-On: Ie1f07062ed18350bcbb9e7b5e33c7ab2390be9ab Change-Id: Ie17f4543fa3d72b507d88d2c4023a9a5a430419e
9 lines
441 B
YAML
9 lines
441 B
YAML
---
|
|
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.
|