Bug 1266027

Summary: TripleO should use pymysql database driver since Liberty
Product: [Community] RDO Reporter: Ihar Hrachyshka <ihrachys>
Component: openstack-tripleo-heat-templatesAssignee: Tomas Sedovic <tsedovic>
Status: CLOSED CURRENTRELEASE QA Contact: Shai Revivo <srevivo>
Severity: high Docs Contact:
Priority: high    
Version: trunkCC: chris.brown, lpeer
Target Milestone: ---   
Target Release: Liberty   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1266028 1266029 (view as bug list) Environment:
Last Closed: 2017-06-18 06:26:49 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:
Bug Depends On:    
Bug Blocks: 1266028, 1266029, 1266032    

Description Ihar Hrachyshka 2015-09-24 10:46:33 UTC
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/...

Comment 2 Christopher Brown 2017-06-17 17:18:38 UTC
This was committed and merged so can be closed.