Switch from MySQL-python to PyMySQL

As part of the cross-project effort [1] to prepare OpenStack for
Python3 as the primary Python version used, the decision has been
made to switch from using MySQL-python to PyMySQL [2].

This patch switches all OpenStack Services to use the PyMySQL
library.

[1] https://etherpad.openstack.org/p/liberty-cross-project-python3
[2] https://review.openstack.org/184388

UpgradeImpact
Implements: blueprint liberty-release
Change-Id: I7532b5dd72cd2f682f1e4ffdf290b741c2185cb3
This commit is contained in:
Jesse Pretorius 2015-10-09 17:25:10 +01:00
parent d39f7b8d7d
commit 626e14d811

View File

@ -120,7 +120,7 @@ horizon_pip_packages:
- greenlet
- horizon
- keystonemiddleware
- MySQL-python
- PyMySQL
- oslo.config
- ply
- pycrypto