Comment 22 for bug 1753342

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

Reviewed: https://review.openstack.org/554113
Committed: https://git.openstack.org/cgit/openstack/puppet-magnum/commit/?id=54b4f8d847450dbd5c8b7f8d75d6beaaf5dd9621
Submitter: Zuul
Branch: stable/queens

commit 54b4f8d847450dbd5c8b7f8d75d6beaaf5dd9621
Author: ZhongShengping <chdzsp@163.com>
Date: Mon Mar 5 08:57:21 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: Ic51da9a9d0c6380eeb4da85d192a5a19ebf96c79
    Closes-Bug: #1753342
    (cherry picked from commit 785ab85b29eb990c3904678a3287d37445241277)