[openstack-dev] [all] Replace mysql-python with mysqclient to get Python 3 support

Victor Stinner vstinner at redhat.com
Wed May 13 16:33:02 UTC 2015


Hi,

Since the discussion on mysqlclient looks to be stuck, I chose the approach adopted in Ironic: use PyMySQL on Python 3.

I proposed a patch to run Nova tests using PyMySQL on Python 3, but keep MySQL-python on Python 2.
https://review.openstack.org/#/c/182709/

It only impacts how Nova run tests. Deployers are still free to use mysql-python, mysqlclient, PyMySQL or whatever.

Victor



More information about the OpenStack-dev mailing list