summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2017-09-21 00:15:30 +0200
committerDirk Mueller <dirk@dmllr.de>2017-10-17 07:17:06 +0200
commit48d5380f2eab278142df9f4f70d5da8eb314b725 (patch)
treea72d50b8fb0ccf2f670dcf467513ddfeba792ce3 /releasenotes
parente2fa4c2246b0716c822d767aaf773767b6d6e04a (diff)
downloadoslo-db-48d5380f2eab278142df9f4f70d5da8eb314b725.tar.gz
Drop MySQL-python dependency from oslo.db
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/MySQL-python-no-longer-tested-2a6c32cce6b03215.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/MySQL-python-no-longer-tested-2a6c32cce6b03215.yaml b/releasenotes/notes/MySQL-python-no-longer-tested-2a6c32cce6b03215.yaml
new file mode 100644
index 0000000..547b926
--- /dev/null
+++ b/releasenotes/notes/MySQL-python-no-longer-tested-2a6c32cce6b03215.yaml
@@ -0,0 +1,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.