Comment 24 for bug 1753342

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-vitrage (stable/queens)

Reviewed: https://review.openstack.org/554117
Committed: https://git.openstack.org/cgit/openstack/puppet-vitrage/commit/?id=5f82c2435471702654afdd6881fedb4b1edd3343
Submitter: Zuul
Branch: stable/queens

commit 5f82c2435471702654afdd6881fedb4b1edd3343
Author: ZhongShengping <chdzsp@163.com>
Date: Mon Mar 5 09:01:00 2018 +0800

    Fix mysql connection

    URL mysql://scott:***@some_host/some_db does not contain a '+drivername'
    portion, and will make use of a default driver. A full dbname+drivername://
    protocol is recommended. For MySQL, it is strongly recommended that
    mysql+pymysql:// be specified for maximum service compatibility.

    Change-Id: I8646f135ca2fa28c1858a900bac21acdadb08401
    Closes-Bug: #1753342
    (cherry picked from commit c9b4316df44154d9baf74dbe8dd0839ba8bed7d2)