Comment 6 for bug 1753342

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

Reviewed: https://review.openstack.org/549662
Committed: https://git.openstack.org/cgit/openstack/puppet-magnum/commit/?id=785ab85b29eb990c3904678a3287d37445241277
Submitter: Zuul
Branch: master

commit 785ab85b29eb990c3904678a3287d37445241277
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