Comment 21 for bug 1753342

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

Reviewed: https://review.openstack.org/554114
Committed: https://git.openstack.org/cgit/openstack/puppet-magnum/commit/?id=82bc629df8977236036a69d1a274df73bd6f89dc
Submitter: Zuul
Branch: stable/pike

commit 82bc629df8977236036a69d1a274df73bd6f89dc
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)