As of Liberty, openstack gate switched to pymysql driver, so it's better to use it in all openstack installers too. To switch to the new driver, database_connection string should get driver specifier as in: database_connection = mysql+pymysql://...127.0.0.1/...
This was committed and merged so can be closed.