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:
parent
d39f7b8d7d
commit
626e14d811
@ -120,7 +120,7 @@ horizon_pip_packages:
|
||||
- greenlet
|
||||
- horizon
|
||||
- keystonemiddleware
|
||||
- MySQL-python
|
||||
- PyMySQL
|
||||
- oslo.config
|
||||
- ply
|
||||
- pycrypto
|
||||
|
Loading…
x
Reference in New Issue
Block a user