Bug 1266387

Summary: switch the default db driver to pymysql
Product: Red Hat OpenStack Reporter: Moshe Levi <moshele>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: amichayp, aortega, ihrachys, srevivo, yeylon
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-25 08:20:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Moshe Levi 2015-09-25 07:28:25 UTC
Description of problem:
In openstack Liberty QoS feature was introduce to neutron.
It doesn't work with MySQL-python-1.2.3
as Ihar Hrachyshka <ihrachys> said all the upstream project of 
openstack tested against pymysql so packstack should use it as the default db driver


Version-Release number of selected component (if applicable):

How reproducible:
1. install openstack with packstack on centos7
2. configure neutron QoS with openstack
3. neutron qos-policy-create test 
4. neutron qos-policy-show test


Actual results:
Error in neutron server
manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 3") 'SELECT qos_policies.tenant_id AS qos_policies_tenant_id, qos_policies.id AS qos_policies_id, qos_policies.name AS qos_policies_name, qos_policies.description AS qos_policies_description, qos_policies.shared AS qos_policies_shared \nFROM qos_policies \nWHERE qos_policies.name = %s' ([u'test'],)


Additional info:

Comment 2 Ihar Hrachyshka 2015-09-25 08:20:29 UTC

*** This bug has been marked as a duplicate of bug 1266032 ***