Comment 11 for bug 1753342

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

Reviewed: https://review.openstack.org/553868
Committed: https://git.openstack.org/cgit/openstack/puppet-ceilometer/commit/?id=de20f77d031c3817ec035d8535e1421309bb258f
Submitter: Zuul
Branch: stable/queens

commit de20f77d031c3817ec035d8535e1421309bb258f
Author: ZhongShengping <chdzsp@163.com>
Date: Mon Mar 5 08:51:30 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: Ib5cbfcc412c04381f2fce9f319a313eb86ea7fa8
    Closes-Bug: #1753342
    (cherry picked from commit 76bce0ada4dbb0b59f4936ef4f9a6d76f82066f0)