From 48d5380f2eab278142df9f4f70d5da8eb314b725 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Sep 2017 00:15:30 +0200 Subject: 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 --- doc/source/install/index.rst | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc') diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 1262160..1390f94 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -33,17 +33,3 @@ Note that even in a virtual environment the libpq-dev will be installed system wide. -Using with MySQL-python ------------------------ - -PyMySQL is a default MySQL DB API driver for oslo.db, as well as for the whole -OpenStack. But you still can use MySQL-python as an alternative DB API driver. -For MySQL-python you must install the MySQL client development package for -your distro. On Ubuntu this is done as follows:: - - $ sudo apt-get install libmysqlclient-dev - $ pip install MySQL-python - -The installation of MySQL-python will fail if libmysqlclient-dev is not -installed first. Note that even in a virtual environment the MySQL package will -be installed system wide. -- cgit v1.2.1