Comment 8 for bug 1753342

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-murano (master)

Reviewed: https://review.openstack.org/549661
Committed: https://git.openstack.org/cgit/openstack/puppet-murano/commit/?id=f2b71b1adbba9433f8aee48d340fd34aa105ae4c
Submitter: Zuul
Branch: master

commit f2b71b1adbba9433f8aee48d340fd34aa105ae4c
Author: ZhongShengping <chdzsp@163.com>
Date: Mon Mar 5 08:58:51 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: I4249b1593bd39fa2c25b7c24189d2eaad90b3124
    Closes-Bug: #1753342